Html Css Color HEX #9F0B20 Carmine

📋 copy color: '#9F0B20'

red 159 ◦ green 11 ◦ blue 32

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

Shades of Carmine #9F0B20

Tints of Carmine #9F0B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 78.71%
G = 5.45%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F0B20 (or 0x9F0B20) is known color: Carmine. HEX triplet: 9F, 0B and 20. RGB value is (159,11,32). Sum of RGB (Red+Green+Blue) = 159+11+32=202 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.71% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B20 is #60F4DF. Grayscale: #393939. Windows color (decimal): -6354144 or 2100127. OLE color: 2100127.

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

Color convert

RGB 159 11 32 -
CMYK 0 0.93 0.80 0.38
HSL 351.49º 0.87% 0.33% -
HSV(B) 351.49º 0.93% 0.62% -
XYZ 14.68 7.71 2.08 -
YUV 57.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 159 11 32 0 0.93 0.80 0.38 351.49 0.87 0.33
Hex 9F B 20 0 5D 50 26 15F 57 21
Octal 237 13 40 0 135 120 46 537 127 41
Binary 10011111 1011 100000 0 1011101 1010000 100110 101011111 1010111 100001

Color Harmonies of #9F0B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0B20

Black with #9F0B20

Text Example


Text Example

White with #9F0B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,11,32); }

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

background-color css

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

 a { background-color: rgb(159,11,32); }

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

border-color css

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

 span { border-color: rgb(159,11,32); }

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