#8C051E

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

Shades of Carmine #8C051E

Tints of Carmine #8C051E

Color information

#8C051E (or 0x8C051E) is unknown color: approx Carmine. HEX triplet: 8C, 05 and 1E. RGB value is (140,5,30). Sum of RGB (Red+Green+Blue) = 140+5+30=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C051E is #73FAE1. Grayscale: #303030. Windows color (decimal): -7600866 or 1967500. OLE color: 1967500.

HSL color Cylindrical-coordinate representation of color #8C051E: hue angle of 348.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C051E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB140530-
CMYK00.960.790.45
HSL348.89º93.1%28.43%-
HSV(B)348.89º96.43%54.9%-
XYZ11.15.781.76-
YUV48.22117.73193.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=80%
G=2.86%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14053000.960.790.45348.8993.128.43
Hex8C51E0604F2D15d5d1c
Octal21453601401175553513534
Binary1000110010111110011000001001111101101101011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,5,30); }

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

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

 a { background-color: rgb(140,5,30); }

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

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

 span { border-color: rgb(140,5,30); }

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