Html Css Color HEX #9F0B2F Carmine

📋 copy color: '#9F0B2F'

red 159 ◦ green 11 ◦ blue 47

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

Shades of Carmine #9F0B2F

Tints of Carmine #9F0B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 73.27%
G = 5.07%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F0B2F (or 0x9F0B2F) is known color: Carmine. HEX triplet: 9F, 0B and 2F. RGB value is (159,11,47). Sum of RGB (Red+Green+Blue) = 159+11+47=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B2F is #60F4D0. Grayscale: #3B3B3B. Windows color (decimal): -6354129 or 3083167. OLE color: 3083167.

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

Color convert

RGB 159 11 47 -
CMYK 0 0.93 0.70 0.38
HSL 345.41º 0.87% 0.33% -
HSV(B) 345.41º 0.93% 0.62% -
XYZ 14.93 7.82 3.41 -
YUV 59.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 159 11 47 0 0.93 0.70 0.38 345.41 0.87 0.33
Hex 9F B 2F 0 5D 46 26 159 57 21
Octal 237 13 57 0 135 106 46 531 127 41
Binary 10011111 1011 101111 0 1011101 1000110 100110 101011001 1010111 100001

Color Harmonies of #9F0B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0B2F

Black with #9F0B2F

Text Example


Text Example

White with #9F0B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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