#A60F2E

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

Shades of Carmine #A60F2E

Tints of Carmine #A60F2E

Color information

#A60F2E (or 0xA60F2E) is unknown color: approx Carmine. HEX triplet: A6, 0F and 2E. RGB value is (166,15,46). Sum of RGB (Red+Green+Blue) = 166+15+46=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F2E is #59F0D1. Grayscale: #3F3F3F. Windows color (decimal): -5894354 or 3018662. OLE color: 3018662.

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

Color convert

RGB1661546-
CMYK00.910.720.35
HSL347.68º83.43%35.49%-
HSV(B)347.68º90.96%65.1%-
XYZ16.398.653.39-
YUV63.68118.03200.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.13%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=73.13%
G=6.61%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166154600.910.720.35347.6883.4335.49
HexA6F2E05B482315c5323
Octal246175601331104353412343
Binary1010011011111011100101101110010001000111010111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60F2E; }

 p { color: rgb(166,15,46); }

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

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

 a { background-color: rgb(166,15,46); }

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

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

 span { border-color: rgb(166,15,46); }

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