#8C0F18

Color #8C0F18 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #8C0F18

Tints of Carmine #8C0F18

Color information

#8C0F18 (or 0x8C0F18) is unknown color: approx Carmine. HEX triplet: 8C, 0F and 18. RGB value is (140,15,24). Sum of RGB (Red+Green+Blue) = 140+15+24=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0F18 is #73F0E7. Grayscale: #353535. Windows color (decimal): -7598312 or 1576844. OLE color: 1576844.

HSL color Cylindrical-coordinate representation of color #8C0F18: hue angle of 355.68º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F18 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1401524-
CMYK00.890.830.45
HSL355.68º80.65%30.39%-
HSV(B)355.68º89.29%54.9%-
XYZ11.155.981.43-
YUV53.4111.41189.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 78.21%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=78.21%
G=8.38%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140152400.890.830.45355.6880.6530.39
Hex8CF18059532D164511e
Octal214173001311235554412136
Binary10001100111111000010110011010011101101101100100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0F18; }

 p { color: rgb(140,15,24); }

 H1.HeaderClassName
 {
   color: #8C0F18;
 }
 .AnyTagClassName
 {
   color: #8C0F18;
 }
</style>
background-color css

<style>
 a { background-color: #8C0F18; }

 a { background-color: rgb(140,15,24); }

 div.DivClassName
 {
   background-color: #8C0F18;
 }
 .BgClassName
 {
   background-color: #8C0F18;
 }
</style>
border-color css

<style>
 span { border-color: #8C0F18; }

 span { border-color: rgb(140,15,24); }

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