#A80B28

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

Shades of Carmine #A80B28

Tints of Carmine #A80B28

Color information

#A80B28 (or 0xA80B28) is unknown color: approx Carmine. HEX triplet: A8, 0B and 28. RGB value is (168,11,40). Sum of RGB (Red+Green+Blue) = 168+11+40=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B28 is #57F4D7. Grayscale: #3D3D3D. Windows color (decimal): -5764312 or 2624424. OLE color: 2624424.

HSL color Cylindrical-coordinate representation of color #A80B28: hue angle of 348.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80B28 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1681140-
CMYK00.930.760.34
HSL348.92º87.71%35.1%-
HSV(B)348.92º93.45%65.88%-
XYZ16.658.722.81-
YUV61.25116.01204.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.71%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=76.71%
G=5.02%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168114000.930.760.34348.9287.7135.1
HexA8B2805D4C2215d5823
Octal250135001351144253513043
Binary1010100010111010000101110110011001000101010111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B28; }

 p { color: rgb(168,11,40); }

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

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

 a { background-color: rgb(168,11,40); }

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

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

 span { border-color: rgb(168,11,40); }

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