#8A0F1C

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

Shades of Carmine #8A0F1C

Tints of Carmine #8A0F1C

Color information

#8A0F1C (or 0x8A0F1C) is unknown color: approx Carmine. HEX triplet: 8A, 0F and 1C. RGB value is (138,15,28). Sum of RGB (Red+Green+Blue) = 138+15+28=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0F1C is #75F0E3. Grayscale: #353535. Windows color (decimal): -7729380 or 1838986. OLE color: 1838986.

HSL color Cylindrical-coordinate representation of color #8A0F1C: hue angle of 353.66º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F1C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1381528-
CMYK00.890.800.46
HSL353.66º80.39%30%-
HSV(B)353.66º89.13%54.12%-
XYZ10.865.831.65-
YUV53.26113.75188.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 76.24%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=76.24%
G=8.29%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138152800.890.800.46353.6680.3930
Hex8AF1C059502E162501e
Octal212173401311205654212036
Binary10001010111111100010110011010000101110101100010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,15,28); }

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

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

 a { background-color: rgb(138,15,28); }

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

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

 span { border-color: rgb(138,15,28); }

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