Html Css Color HEX #9F0613 Carmine

📋 copy color: '#9F0613'

red 159 ◦ green 6 ◦ blue 19

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

Shades of Carmine #9F0613

Tints of Carmine #9F0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

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

R = 86.41%
G = 3.26%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F0613 (or 0x9F0613) is known color: Carmine. HEX triplet: 9F, 06 and 13. RGB value is (159,6,19). Sum of RGB (Red+Green+Blue) = 159+6+19=184 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.41% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0613 is #60F9EC. Grayscale: #353535. Windows color (decimal): -6355437 or 1246879. OLE color: 1246879.

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

Color convert

RGB 159 6 19 -
CMYK 0 0.96 0.88 0.38
HSL 354.9º 0.93% 0.32% -
HSV(B) 354.9º 0.96% 0.62% -
XYZ 14.48 7.55 1.31 -
YUV 53.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 159 6 19 0 0.96 0.88 0.38 354.9 0.93 0.32
Hex 9F 6 13 0 60 58 26 163 5D 20
Octal 237 6 23 0 140 130 46 543 135 40
Binary 10011111 110 10011 0 1100000 1011000 100110 101100011 1011101 100000

Color Harmonies of #9F0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0613

Black with #9F0613

Text Example


Text Example

White with #9F0613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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