Html Css Color HEX #9D1620 Carmine

📋 copy color: '#9D1620'

red 157 ◦ green 22 ◦ blue 32

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

Shades of Carmine #9D1620

Tints of Carmine #9D1620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 74.41%
G = 10.43%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D1620 (or 0x9D1620) is known color: Carmine. HEX triplet: 9D, 16 and 20. RGB value is (157,22,32). Sum of RGB (Red+Green+Blue) = 157+22+32=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1620 is #62E9DF. Grayscale: #3F3F3F. Windows color (decimal): -6482400 or 2102941. OLE color: 2102941.

HSL color Cylindrical-coordinate representation of color #9D1620: hue angle of 355.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1620 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 22 32 -
CMYK 0 0.86 0.80 0.38
HSL 355.56º 0.75% 0.35% -
HSV(B) 355.56º 0.86% 0.62% -
XYZ 14.45 7.85 2.12 -
YUV 63.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 157 22 32 0 0.86 0.80 0.38 355.56 0.75 0.35
Hex 9D 16 20 0 56 50 26 164 4B 23
Octal 235 26 40 0 126 120 46 544 113 43
Binary 10011101 10110 100000 0 1010110 1010000 100110 101100100 1001011 100011

Color Harmonies of #9D1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1620

Black with #9D1620

Text Example


Text Example

White with #9D1620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,22,32); }

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

background-color css

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

 a { background-color: rgb(157,22,32); }

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

border-color css

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

 span { border-color: rgb(157,22,32); }

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