Html Css Color HEX #9F0518 Carmine

📋 copy color: '#9F0518'

red 159 ◦ green 5 ◦ blue 24

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

Shades of Carmine #9F0518

Tints of Carmine #9F0518

RGB

 RED value IS 159 (62.5% from 255) = 84.57%

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

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

R = 84.57%
G = 2.66%
B = 12.77%

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

#9F0518 (or 0x9F0518) is known color: Carmine. HEX triplet: 9F, 05 and 18. RGB value is (159,5,24). Sum of RGB (Red+Green+Blue) = 159+5+24=188 (24% of max value = 765). Red value is 159 (62.5% from 255 or 84.57% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0518 is #60FAE7. Grayscale: #353535. Windows color (decimal): -6355688 or 1574303. OLE color: 1574303.

HSL color Cylindrical-coordinate representation of color #9F0518: hue angle of 352.6º 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 #9F0518 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 5 24 -
CMYK 0 0.97 0.85 0.38
HSL 352.6º 0.94% 0.32% -
HSV(B) 352.6º 0.97% 0.62% -
XYZ 14.52 7.55 1.56 -
YUV 53.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 159 5 24 0 0.97 0.85 0.38 352.6 0.94 0.32
Hex 9F 5 18 0 61 55 26 161 5E 20
Octal 237 5 30 0 141 125 46 541 136 40
Binary 10011111 101 11000 0 1100001 1010101 100110 101100001 1011110 100000

Color Harmonies of #9F0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0518

Black with #9F0518

Text Example


Text Example

White with #9F0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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