Html Css Color HEX #9D0E20 Carmine

📋 copy color: '#9D0E20'

red 157 ◦ green 14 ◦ blue 32

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

Shades of Carmine #9D0E20

Tints of Carmine #9D0E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

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

R = 77.34%
G = 6.9%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D0E20 (or 0x9D0E20) is known color: Carmine. HEX triplet: 9D, 0E and 20. RGB value is (157,14,32). Sum of RGB (Red+Green+Blue) = 157+14+32=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0E20 is #62F1DF. Grayscale: #3A3A3A. Windows color (decimal): -6484448 or 2100893. OLE color: 2100893.

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

Color convert

RGB 157 14 32 -
CMYK 0 0.91 0.80 0.38
HSL 352.45º 0.84% 0.34% -
HSV(B) 352.45º 0.91% 0.62% -
XYZ 14.32 7.59 2.08 -
YUV 58.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 157 14 32 0 0.91 0.80 0.38 352.45 0.84 0.34
Hex 9D E 20 0 5B 50 26 160 54 22
Octal 235 16 40 0 133 120 46 540 124 42
Binary 10011101 1110 100000 0 1011011 1010000 100110 101100000 1010100 100010

Color Harmonies of #9D0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E20

Black with #9D0E20

Text Example


Text Example

White with #9D0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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