Html Css Color HEX #9D181F Carmine

📋 copy color: '#9D181F'

red 157 ◦ green 24 ◦ blue 31

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

Shades of Carmine #9D181F

Tints of Carmine #9D181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 74.06%
G = 11.32%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D181F (or 0x9D181F) is known color: Carmine. HEX triplet: 9D, 18 and 1F. RGB value is (157,24,31). Sum of RGB (Red+Green+Blue) = 157+24+31=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D181F is #62E7E0. Grayscale: #404040. Windows color (decimal): -6481889 or 2037917. OLE color: 2037917.

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

Color convert

RGB 157 24 31 -
CMYK 0 0.85 0.80 0.38
HSL 356.84º 0.73% 0.35% -
HSV(B) 356.84º 0.85% 0.62% -
XYZ 14.48 7.92 2.06 -
YUV 64.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 157 24 31 0 0.85 0.80 0.38 356.84 0.73 0.35
Hex 9D 18 1F 0 55 50 26 165 49 23
Octal 235 30 37 0 125 120 46 545 111 43
Binary 10011101 11000 11111 0 1010101 1010000 100110 101100101 1001001 100011

Color Harmonies of #9D181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D181F

Black with #9D181F

Text Example


Text Example

White with #9D181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,31); }

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

background-color css

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

 a { background-color: rgb(157,24,31); }

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

border-color css

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

 span { border-color: rgb(157,24,31); }

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