Html Css Color HEX #9F0928 Carmine

📋 copy color: '#9F0928'

red 159 ◦ green 9 ◦ blue 40

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

Shades of Carmine #9F0928

Tints of Carmine #9F0928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 76.44%
G = 4.33%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F0928 (or 0x9F0928) is known color: Carmine. HEX triplet: 9F, 09 and 28. RGB value is (159,9,40). Sum of RGB (Red+Green+Blue) = 159+9+40=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0928 is #60F6D7. Grayscale: #393939. Windows color (decimal): -6354648 or 2623903. OLE color: 2623903.

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

Color convert

RGB 159 9 40 -
CMYK 0 0.94 0.75 0.38
HSL 347.6º 0.89% 0.33% -
HSV(B) 347.6º 0.94% 0.62% -
XYZ 14.78 7.72 2.72 -
YUV 57.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 159 9 40 0 0.94 0.75 0.38 347.6 0.89 0.33
Hex 9F 9 28 0 5E 4B 26 15C 59 21
Octal 237 11 50 0 136 113 46 534 131 41
Binary 10011111 1001 101000 0 1011110 1001011 100110 101011100 1011001 100001

Color Harmonies of #9F0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0928

Black with #9F0928

Text Example


Text Example

White with #9F0928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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