Html Css Color HEX #9C0832 Carmine

📋 copy color: '#9C0832'

red 156 ◦ green 8 ◦ blue 50

#9C0832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9C0832

Tints of Carmine #9C0832

RGB

 RED value IS 156 (61.33% from 255) = 72.9%

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 72.9%
G = 3.74%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C0832 (or 0x9C0832) is known color: Carmine. HEX triplet: 9C, 08 and 32. RGB value is (156,8,50). Sum of RGB (Red+Green+Blue) = 156+8+50=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0832 is #63F7CD. Grayscale: #393939. Windows color (decimal): -6551502 or 3279004. OLE color: 3279004.

HSL color Cylindrical-coordinate representation of color #9C0832: hue angle of 342.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0832 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 8 50 -
CMYK 0 0.95 0.68 0.39
HSL 342.97º 0.9% 0.32% -
HSV(B) 342.97º 0.95% 0.61% -
XYZ 14.37 7.47 3.7 -
YUV 57.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 156 8 50 0 0.95 0.68 0.39 342.97 0.9 0.32
Hex 9C 8 32 0 5F 44 27 157 5A 20
Octal 234 10 62 0 137 104 47 527 132 40
Binary 10011100 1000 110010 0 1011111 1000100 100111 101010111 1011010 100000

Color Harmonies of #9C0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0832

Black with #9C0832

Text Example


Text Example

White with #9C0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0832; }

 p { color: rgb(156,8,50); }

 H1.HeaderClassName
 {
   color: #9C0832;
 }
 .AnyTagClassName
 {
   color: #9C0832;
 }
</style>

background-color css

<style>
 a { background-color: #9C0832; }

 a { background-color: rgb(156,8,50); }

 div.DivClassName
 {
   background-color: #9C0832;
 }
 .BgClassName
 {
   background-color: #9C0832;
 }
</style>

border-color css

<style>
 span { border-color: #9C0832; }

 span { border-color: rgb(156,8,50); }

 td.TdClassName
 {
   border-color: #9C0832;
 }
 .TagClassName
 {
   border-color: #9C0832;
 }
</style>