Html Css Color HEX #9F0813 Carmine

📋 copy color: '#9F0813'

red 159 ◦ green 8 ◦ blue 19

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

Shades of Carmine #9F0813

Tints of Carmine #9F0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 85.48%
G = 4.3%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F0813 (or 0x9F0813) is known color: Carmine. HEX triplet: 9F, 08 and 13. RGB value is (159,8,19). Sum of RGB (Red+Green+Blue) = 159+8+19=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0813 is #60F7EC. Grayscale: #363636. Windows color (decimal): -6354925 or 1247391. OLE color: 1247391.

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

Color convert

RGB 159 8 19 -
CMYK 0 0.95 0.88 0.38
HSL 355.63º 0.9% 0.33% -
HSV(B) 355.63º 0.95% 0.62% -
XYZ 14.5 7.59 1.32 -
YUV 54.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 159 8 19 0 0.95 0.88 0.38 355.63 0.9 0.33
Hex 9F 8 13 0 5F 58 26 164 5A 21
Octal 237 10 23 0 137 130 46 544 132 41
Binary 10011111 1000 10011 0 1011111 1011000 100110 101100100 1011010 100001

Color Harmonies of #9F0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0813

Black with #9F0813

Text Example


Text Example

White with #9F0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,19); }

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

background-color css

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

 a { background-color: rgb(159,8,19); }

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

border-color css

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

 span { border-color: rgb(159,8,19); }

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