Html Css Color HEX #9D1520 Carmine

📋 copy color: '#9D1520'

red 157 ◦ green 21 ◦ blue 32

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

Shades of Carmine #9D1520

Tints of Carmine #9D1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 74.76%
G = 10%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D1520 (or 0x9D1520) is known color: Carmine. HEX triplet: 9D, 15 and 20. RGB value is (157,21,32). Sum of RGB (Red+Green+Blue) = 157+21+32=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1520 is #62EADF. Grayscale: #3F3F3F. Windows color (decimal): -6482656 or 2102685. OLE color: 2102685.

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

Color convert

RGB 157 21 32 -
CMYK 0 0.87 0.80 0.38
HSL 355.15º 0.76% 0.35% -
HSV(B) 355.15º 0.87% 0.62% -
XYZ 14.43 7.81 2.11 -
YUV 62.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 157 21 32 0 0.87 0.80 0.38 355.15 0.76 0.35
Hex 9D 15 20 0 57 50 26 163 4C 23
Octal 235 25 40 0 127 120 46 543 114 43
Binary 10011101 10101 100000 0 1010111 1010000 100110 101100011 1001100 100011

Color Harmonies of #9D1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1520

Black with #9D1520

Text Example


Text Example

White with #9D1520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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