#8C071A

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

Shades of Carmine #8C071A

Tints of Carmine #8C071A

Color information

#8C071A (or 0x8C071A) is unknown color: approx Carmine. HEX triplet: 8C, 07 and 1A. RGB value is (140,7,26). Sum of RGB (Red+Green+Blue) = 140+7+26=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C071A is #73F8E5. Grayscale: #303030. Windows color (decimal): -7600358 or 1705868. OLE color: 1705868.

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

Color convert

RGB140726-
CMYK00.950.810.45
HSL351.43º90.48%28.82%-
HSV(B)351.43º95%54.9%-
XYZ11.085.81.51-
YUV48.93115.06192.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 80.92%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=80.92%
G=4.05%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14072600.950.810.45351.4390.4828.82
Hex8C71A05F512D15f5a1d
Octal21473201371215553713235
Binary1000110011111010010111111010001101101101011111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,7,26); }

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

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

 a { background-color: rgb(140,7,26); }

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

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

 span { border-color: rgb(140,7,26); }

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