Html Css Color HEX #9F0514 Carmine

📋 copy color: '#9F0514'

red 159 ◦ green 5 ◦ blue 20

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

Shades of Carmine #9F0514

Tints of Carmine #9F0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 86.41%
G = 2.72%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F0514 (or 0x9F0514) is known color: Carmine. HEX triplet: 9F, 05 and 14. RGB value is (159,5,20). Sum of RGB (Red+Green+Blue) = 159+5+20=184 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.41% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0514 is #60FAEB. Grayscale: #343434. Windows color (decimal): -6355692 or 1312159. OLE color: 1312159.

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

Color convert

RGB 159 5 20 -
CMYK 0 0.97 0.87 0.38
HSL 354.16º 0.94% 0.32% -
HSV(B) 354.16º 0.97% 0.62% -
XYZ 14.48 7.53 1.35 -
YUV 52.76 109.52 203.78 -
System Red Green Blue C M Y K H S L
Decimal 159 5 20 0 0.97 0.87 0.38 354.16 0.94 0.32
Hex 9F 5 14 0 61 57 26 162 5E 20
Octal 237 5 24 0 141 127 46 542 136 40
Binary 10011111 101 10100 0 1100001 1010111 100110 101100010 1011110 100000

Color Harmonies of #9F0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0514

Black with #9F0514

Text Example


Text Example

White with #9F0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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