Html Css Color HEX #9D121E Carmine

📋 copy color: '#9D121E'

red 157 ◦ green 18 ◦ blue 30

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

Shades of Carmine #9D121E

Tints of Carmine #9D121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 76.59%
G = 8.78%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9D121E (or 0x9D121E) is known color: Carmine. HEX triplet: 9D, 12 and 1E. RGB value is (157,18,30). Sum of RGB (Red+Green+Blue) = 157+18+30=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D121E is #62EDE1. Grayscale: #3D3D3D. Windows color (decimal): -6483426 or 1970845. OLE color: 1970845.

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

Color convert

RGB 157 18 30 -
CMYK 0 0.89 0.81 0.38
HSL 354.82º 0.79% 0.34% -
HSV(B) 354.82º 0.89% 0.62% -
XYZ 14.36 7.69 1.96 -
YUV 60.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 157 18 30 0 0.89 0.81 0.38 354.82 0.79 0.34
Hex 9D 12 1E 0 59 51 26 163 4F 22
Octal 235 22 36 0 131 121 46 543 117 42
Binary 10011101 10010 11110 0 1011001 1010001 100110 101100011 1001111 100010

Color Harmonies of #9D121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D121E

Black with #9D121E

Text Example


Text Example

White with #9D121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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