Html Css Color HEX #9D1320 Carmine

📋 copy color: '#9D1320'

red 157 ◦ green 19 ◦ blue 32

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

Shades of Carmine #9D1320

Tints of Carmine #9D1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

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

R = 75.48%
G = 9.13%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D1320 (or 0x9D1320) is known color: Carmine. HEX triplet: 9D, 13 and 20. RGB value is (157,19,32). Sum of RGB (Red+Green+Blue) = 157+19+32=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1320 is #62ECDF. Grayscale: #3D3D3D. Windows color (decimal): -6483168 or 2102173. OLE color: 2102173.

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

Color convert

RGB 157 19 32 -
CMYK 0 0.88 0.80 0.38
HSL 354.35º 0.78% 0.35% -
HSV(B) 354.35º 0.88% 0.62% -
XYZ 14.4 7.74 2.1 -
YUV 61.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 157 19 32 0 0.88 0.80 0.38 354.35 0.78 0.35
Hex 9D 13 20 0 58 50 26 162 4E 23
Octal 235 23 40 0 130 120 46 542 116 43
Binary 10011101 10011 100000 0 1011000 1010000 100110 101100010 1001110 100011

Color Harmonies of #9D1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1320

Black with #9D1320

Text Example


Text Example

White with #9D1320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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