Html Css Color HEX #9F0C24 Carmine

📋 copy color: '#9F0C24'

red 159 ◦ green 12 ◦ blue 36

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

Shades of Carmine #9F0C24

Tints of Carmine #9F0C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

 BLUE value IS 36 (14.45% from 255) = 17.39%

R = 76.81%
G = 5.8%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F0C24 (or 0x9F0C24) is known color: Carmine. HEX triplet: 9F, 0C and 24. RGB value is (159,12,36). Sum of RGB (Red+Green+Blue) = 159+12+36=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0C24 is #60F3DB. Grayscale: #3A3A3A. Windows color (decimal): -6353884 or 2362527. OLE color: 2362527.

HSL color Cylindrical-coordinate representation of color #9F0C24: hue angle of 350.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0C24 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 12 36 -
CMYK 0 0.92 0.77 0.38
HSL 350.2º 0.86% 0.34% -
HSV(B) 350.2º 0.92% 0.62% -
XYZ 14.75 7.76 2.39 -
YUV 58.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 159 12 36 0 0.92 0.77 0.38 350.2 0.86 0.34
Hex 9F C 24 0 5C 4D 26 15E 56 22
Octal 237 14 44 0 134 115 46 536 126 42
Binary 10011111 1100 100100 0 1011100 1001101 100110 101011110 1010110 100010

Color Harmonies of #9F0C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0C24

Black with #9F0C24

Text Example


Text Example

White with #9F0C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,12,36); }

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

background-color css

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

 a { background-color: rgb(159,12,36); }

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

border-color css

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

 span { border-color: rgb(159,12,36); }

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