Html Css Color HEX #9F051C Carmine

📋 copy color: '#9F051C'

red 159 ◦ green 5 ◦ blue 28

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

Shades of Carmine #9F051C

Tints of Carmine #9F051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 82.81%
G = 2.6%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F051C (or 0x9F051C) is known color: Carmine. HEX triplet: 9F, 05 and 1C. RGB value is (159,5,28). Sum of RGB (Red+Green+Blue) = 159+5+28=192 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.81% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 159 - color contains mainly: red. Hex color #9F051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F051C is #60FAE3. Grayscale: #353535. Windows color (decimal): -6355684 or 1836447. OLE color: 1836447.

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

Color convert

RGB 159 5 28 -
CMYK 0 0.97 0.82 0.38
HSL 351.04º 0.94% 0.32% -
HSV(B) 351.04º 0.97% 0.62% -
XYZ 14.56 7.56 1.79 -
YUV 53.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 159 5 28 0 0.97 0.82 0.38 351.04 0.94 0.32
Hex 9F 5 1C 0 61 52 26 15F 5E 20
Octal 237 5 34 0 141 122 46 537 136 40
Binary 10011111 101 11100 0 1100001 1010010 100110 101011111 1011110 100000

Color Harmonies of #9F051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F051C

Black with #9F051C

Text Example


Text Example

White with #9F051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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