#A60B28

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

Shades of Carmine #A60B28

Tints of Carmine #A60B28

Color information

#A60B28 (or 0xA60B28) is unknown color: approx Carmine. HEX triplet: A6, 0B and 28. RGB value is (166,11,40). Sum of RGB (Red+Green+Blue) = 166+11+40=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B28 is #59F4D7. Grayscale: #3C3C3C. Windows color (decimal): -5895384 or 2624422. OLE color: 2624422.

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

Color convert

RGB1661140-
CMYK00.930.760.35
HSL348.77º87.57%34.71%-
HSV(B)348.77º93.37%65.1%-
XYZ16.238.52.79-
YUV60.65116.35203.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 76.50%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=76.50%
G=5.07%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166114000.930.760.35348.7787.5734.71
HexA6B2805D4C2315d5823
Octal246135001351144353513043
Binary1010011010111010000101110110011001000111010111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B28; }

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

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

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

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

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

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

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

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