#8F041A

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

Shades of Carmine #8F041A

Tints of Carmine #8F041A

Color information

#8F041A (or 0x8F041A) is unknown color: approx Carmine. HEX triplet: 8F, 04 and 1A. RGB value is (143,4,26). Sum of RGB (Red+Green+Blue) = 143+4+26=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F041A is #70FBE5. Grayscale: #303030. Windows color (decimal): -7404518 or 1705103. OLE color: 1705103.

HSL color Cylindrical-coordinate representation of color #8F041A: hue angle of 350.5º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F041A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB143426-
CMYK00.970.820.44
HSL350.5º94.56%28.82%-
HSV(B)350.5º97.2%56.08%-
XYZ11.5661.53-
YUV48.07115.55195.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.66%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=82.66%
G=2.31%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14342600.970.820.44350.594.5628.82
Hex8F41A061522C15f5f1d
Octal21743201411225453713735
Binary1000111110011010011000011010010101100101011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,4,26); }

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

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

 a { background-color: rgb(143,4,26); }

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

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

 span { border-color: rgb(143,4,26); }

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