Html Css Color HEX #9C032C Carmine

📋 copy color: '#9C032C'

red 156 ◦ green 3 ◦ blue 44

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

Shades of Carmine #9C032C

Tints of Carmine #9C032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 76.85%
G = 1.48%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C032C (or 0x9C032C) is known color: Carmine. HEX triplet: 9C, 03 and 2C. RGB value is (156,3,44). Sum of RGB (Red+Green+Blue) = 156+3+44=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C032C is #63FCD3. Grayscale: #353535. Windows color (decimal): -6552788 or 2884508. OLE color: 2884508.

HSL color Cylindrical-coordinate representation of color #9C032C: hue angle of 343.92º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C032C is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 3 44 -
CMYK 0 0.98 0.72 0.39
HSL 343.92º 0.96% 0.31% -
HSV(B) 343.92º 0.98% 0.61% -
XYZ 14.2 7.31 3.05 -
YUV 53.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 156 3 44 0 0.98 0.72 0.39 343.92 0.96 0.31
Hex 9C 3 2C 0 62 48 27 158 60 1F
Octal 234 3 54 0 142 110 47 530 140 37
Binary 10011100 11 101100 0 1100010 1001000 100111 101011000 1100000 11111

Color Harmonies of #9C032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C032C

Black with #9C032C

Text Example


Text Example

White with #9C032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,3,44); }

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

background-color css

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

 a { background-color: rgb(156,3,44); }

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

border-color css

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

 span { border-color: rgb(156,3,44); }

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