Html Css Color HEX #9F0010 Carmine

📋 copy color: '#9F0010'

red 159 ◦ green 0 ◦ blue 16

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

Shades of Carmine #9F0010

Tints of Carmine #9F0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 90.86%
G = 0%
B = 9.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9F0010 (or 0x9F0010) is known color: Carmine. HEX triplet: 9F, 00 and 10. RGB value is (159,0,16). Sum of RGB (Red+Green+Blue) = 159+0+16=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0010 is #60FFEF. Grayscale: #313131. Windows color (decimal): -6356976 or 1048735. OLE color: 1048735.

HSL color Cylindrical-coordinate representation of color #9F0010: hue angle of 353.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0010 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 0 16 -
CMYK 0 1 0.90 0.38
HSL 353.96º 1% 0.31% -
HSV(B) 353.96º 1% 0.62% -
XYZ 14.39 7.41 1.16 -
YUV 49.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 159 0 16 0 1 0.90 0.38 353.96 1 0.31
Hex 9F 0 10 0 64 5A 26 162 64 1F
Octal 237 0 20 0 144 132 46 542 144 37
Binary 10011111 0 10000 0 1100100 1011010 100110 101100010 1100100 11111

Color Harmonies of #9F0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0010

Black with #9F0010

Text Example


Text Example

White with #9F0010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,16); }

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

background-color css

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

 a { background-color: rgb(159,0,16); }

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

border-color css

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

 span { border-color: rgb(159,0,16); }

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