Html Css Color HEX #9C1819 Carmine

📋 copy color: '#9C1819'

red 156 ◦ green 24 ◦ blue 25

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

Shades of Carmine #9C1819

Tints of Carmine #9C1819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

 BLUE value IS 25 (10.16% from 255) = 12.2%

R = 76.1%
G = 11.71%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C1819 (or 0x9C1819) is known color: Carmine. HEX triplet: 9C, 18 and 19. RGB value is (156,24,25). Sum of RGB (Red+Green+Blue) = 156+24+25=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1819 is #63E7E6. Grayscale: #3F3F3F. Windows color (decimal): -6547431 or 1644700. OLE color: 1644700.

HSL color Cylindrical-coordinate representation of color #9C1819: hue angle of 359.55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1819 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 24 25 -
CMYK 0 0.85 0.84 0.39
HSL 359.55º 0.73% 0.35% -
HSV(B) 359.55º 0.85% 0.61% -
XYZ 14.21 7.79 1.67 -
YUV 63.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 156 24 25 0 0.85 0.84 0.39 359.55 0.73 0.35
Hex 9C 18 19 0 55 54 27 168 49 23
Octal 234 30 31 0 125 124 47 550 111 43
Binary 10011100 11000 11001 0 1010101 1010100 100111 101101000 1001001 100011

Color Harmonies of #9C1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1819

Black with #9C1819

Text Example


Text Example

White with #9C1819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,24,25); }

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

background-color css

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

 a { background-color: rgb(156,24,25); }

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

border-color css

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

 span { border-color: rgb(156,24,25); }

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