#8F121C

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

Shades of Carmine #8F121C

Tints of Carmine #8F121C

Color information

#8F121C (or 0x8F121C) is unknown color: approx Carmine. HEX triplet: 8F, 12 and 1C. RGB value is (143,18,28). Sum of RGB (Red+Green+Blue) = 143+18+28=189 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.66% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 143 - color contains mainly: red. Hex color #8F121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F121C is #70EDE3. Grayscale: #383838. Windows color (decimal): -7400932 or 1839759. OLE color: 1839759.

HSL color Cylindrical-coordinate representation of color #8F121C: hue angle of 355.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F121C is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1431828-
CMYK00.870.800.44
HSL355.2º77.64%31.57%-
HSV(B)355.2º87.41%56.08%-
XYZ11.756.361.71-
YUV56.51111.91189.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 75.66%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=75.66%
G=9.52%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143182800.870.800.44355.277.6431.57
Hex8F121C057502C1634e20
Octal217223401271205454311640
Binary1000111110010111000101011110100001011001011000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,18,28); }

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

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

 a { background-color: rgb(143,18,28); }

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

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

 span { border-color: rgb(143,18,28); }

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