#A60B1E

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

Shades of Carmine #A60B1E

Tints of Carmine #A60B1E

Color information

#A60B1E (or 0xA60B1E) is unknown color: approx Carmine. HEX triplet: A6, 0B and 1E. RGB value is (166,11,30). Sum of RGB (Red+Green+Blue) = 166+11+30=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B1E is #59F4E1. Grayscale: #3B3B3B. Windows color (decimal): -5895394 or 1969062. OLE color: 1969062.

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

Color convert

RGB1661130-
CMYK00.930.820.35
HSL352.65º87.57%34.71%-
HSV(B)352.65º93.37%65.1%-
XYZ16.088.442.01-
YUV59.51111.35203.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.19%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=80.19%
G=5.31%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166113000.930.820.35352.6587.5734.71
HexA6B1E05D52231615823
Octal246133601351224354113043
Binary101001101011111100101110110100101000111011000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B1E; }

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

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

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

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

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

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

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

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