Html Css Color HEX #9D0212 Carmine

📋 copy color: '#9D0212'

red 157 ◦ green 2 ◦ blue 18

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

Shades of Carmine #9D0212

Tints of Carmine #9D0212

RGB

 RED value IS 157 (61.72% from 255) = 88.7%

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

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 88.7%
G = 1.13%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D0212 (or 0x9D0212) is known color: Carmine. HEX triplet: 9D, 02 and 12. RGB value is (157,2,18). Sum of RGB (Red+Green+Blue) = 157+2+18=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0212 is #62FDED. Grayscale: #323232. Windows color (decimal): -6487534 or 1180317. OLE color: 1180317.

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

Color convert

RGB 157 2 18 -
CMYK 0 0.99 0.89 0.38
HSL 353.81º 0.97% 0.31% -
HSV(B) 353.81º 0.99% 0.62% -
XYZ 14.04 7.26 1.23 -
YUV 50.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 157 2 18 0 0.99 0.89 0.38 353.81 0.97 0.31
Hex 9D 2 12 0 63 59 26 162 61 1F
Octal 235 2 22 0 143 131 46 542 141 37
Binary 10011101 10 10010 0 1100011 1011001 100110 101100010 1100001 11111

Color Harmonies of #9D0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0212

Black with #9D0212

Text Example


Text Example

White with #9D0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,2,18); }

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

background-color css

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

 a { background-color: rgb(157,2,18); }

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

border-color css

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

 span { border-color: rgb(157,2,18); }

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