Html Css Color HEX #9F0811 Carmine

📋 copy color: '#9F0811'

red 159 ◦ green 8 ◦ blue 17

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

Shades of Carmine #9F0811

Tints of Carmine #9F0811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 86.41%
G = 4.35%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F0811 (or 0x9F0811) is known color: Carmine. HEX triplet: 9F, 08 and 11. RGB value is (159,8,17). Sum of RGB (Red+Green+Blue) = 159+8+17=184 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.41% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0811 is #60F7EE. Grayscale: #363636. Windows color (decimal): -6354927 or 1116319. OLE color: 1116319.

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

Color convert

RGB 159 8 17 -
CMYK 0 0.95 0.89 0.38
HSL 356.42º 0.9% 0.33% -
HSV(B) 356.42º 0.95% 0.62% -
XYZ 14.49 7.59 1.23 -
YUV 54.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 159 8 17 0 0.95 0.89 0.38 356.42 0.9 0.33
Hex 9F 8 11 0 5F 59 26 164 5A 21
Octal 237 10 21 0 137 131 46 544 132 41
Binary 10011111 1000 10001 0 1011111 1011001 100110 101100100 1011010 100001

Color Harmonies of #9F0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0811

Black with #9F0811

Text Example


Text Example

White with #9F0811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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