Html Css Color HEX #9D0518 Carmine

📋 copy color: '#9D0518'

red 157 ◦ green 5 ◦ blue 24

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

Shades of Carmine #9D0518

Tints of Carmine #9D0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 84.41%
G = 2.69%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D0518 (or 0x9D0518) is known color: Carmine. HEX triplet: 9D, 05 and 18. RGB value is (157,5,24). Sum of RGB (Red+Green+Blue) = 157+5+24=186 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.41% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0518 is #62FAE7. Grayscale: #343434. Windows color (decimal): -6486760 or 1574301. OLE color: 1574301.

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

Color convert

RGB 157 5 24 -
CMYK 0 0.97 0.85 0.38
HSL 352.5º 0.94% 0.32% -
HSV(B) 352.5º 0.97% 0.62% -
XYZ 14.12 7.34 1.54 -
YUV 52.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 157 5 24 0 0.97 0.85 0.38 352.5 0.94 0.32
Hex 9D 5 18 0 61 55 26 160 5E 20
Octal 235 5 30 0 141 125 46 540 136 40
Binary 10011101 101 11000 0 1100001 1010101 100110 101100000 1011110 100000

Color Harmonies of #9D0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0518

Black with #9D0518

Text Example


Text Example

White with #9D0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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