#A60B2B

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

Shades of Carmine #A60B2B

Tints of Carmine #A60B2B

Color information

#A60B2B (or 0xA60B2B) is unknown color: approx Carmine. HEX triplet: A6, 0B and 2B. RGB value is (166,11,43). Sum of RGB (Red+Green+Blue) = 166+11+43=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B2B is #59F4D4. Grayscale: #3D3D3D. Windows color (decimal): -5895381 or 2821030. OLE color: 2821030.

HSL color Cylindrical-coordinate representation of color #A60B2B: hue angle of 347.61º 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 #A60B2B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1661143-
CMYK00.930.740.35
HSL347.61º87.57%34.71%-
HSV(B)347.61º93.37%65.1%-
XYZ16.288.523.07-
YUV60.99117.85202.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.45%
GREEN value IS 11 (4.69% from 255) = 5%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=75.45%
G=5%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166114300.930.740.35347.6187.5734.71
HexA6B2B05D4A2315c5823
Octal246135301351124353413043
Binary1010011010111010110101110110010101000111010111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B2B; }

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

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

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

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

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

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

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

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