Html Css Color HEX #9C0218 Carmine

📋 copy color: '#9C0218'

red 156 ◦ green 2 ◦ blue 24

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

Shades of Carmine #9C0218

Tints of Carmine #9C0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 85.71%
G = 1.1%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C0218 (or 0x9C0218) is known color: Carmine. HEX triplet: 9C, 02 and 18. RGB value is (156,2,24). Sum of RGB (Red+Green+Blue) = 156+2+24=182 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.71% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0218 is #63FDE7. Grayscale: #323232. Windows color (decimal): -6553064 or 1573532. OLE color: 1573532.

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

Color convert

RGB 156 2 24 -
CMYK 0 0.99 0.85 0.39
HSL 351.43º 0.97% 0.31% -
HSV(B) 351.43º 0.99% 0.61% -
XYZ 13.9 7.18 1.52 -
YUV 50.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 156 2 24 0 0.99 0.85 0.39 351.43 0.97 0.31
Hex 9C 2 18 0 63 55 27 15F 61 1F
Octal 234 2 30 0 143 125 47 537 141 37
Binary 10011100 10 11000 0 1100011 1010101 100111 101011111 1100001 11111

Color Harmonies of #9C0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0218

Black with #9C0218

Text Example


Text Example

White with #9C0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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