Html Css Color HEX #9F0920 Carmine

📋 copy color: '#9F0920'

red 159 ◦ green 9 ◦ blue 32

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

Shades of Carmine #9F0920

Tints of Carmine #9F0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

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

R = 79.5%
G = 4.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F0920 (or 0x9F0920) is known color: Carmine. HEX triplet: 9F, 09 and 20. RGB value is (159,9,32). Sum of RGB (Red+Green+Blue) = 159+9+32=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0920 is #60F6DF. Grayscale: #383838. Windows color (decimal): -6354656 or 2099615. OLE color: 2099615.

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

Color convert

RGB 159 9 32 -
CMYK 0 0.94 0.80 0.38
HSL 350.8º 0.89% 0.33% -
HSV(B) 350.8º 0.94% 0.62% -
XYZ 14.66 7.67 2.07 -
YUV 56.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 159 9 32 0 0.94 0.80 0.38 350.8 0.89 0.33
Hex 9F 9 20 0 5E 50 26 15F 59 21
Octal 237 11 40 0 136 120 46 537 131 41
Binary 10011111 1001 100000 0 1011110 1010000 100110 101011111 1011001 100001

Color Harmonies of #9F0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0920

Black with #9F0920

Text Example


Text Example

White with #9F0920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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