#A6070F

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

Shades of Carmine #A6070F

Tints of Carmine #A6070F

Color information

#A6070F (or 0xA6070F) is unknown color: approx Carmine. HEX triplet: A6, 07 and 0F. RGB value is (166,7,15). Sum of RGB (Red+Green+Blue) = 166+7+15=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A6070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6070F is #59F8F0. Grayscale: #373737. Windows color (decimal): -5896433 or 984998. OLE color: 984998.

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

Color convert

RGB166715-
CMYK00.960.910.35
HSL356.98º91.91%33.92%-
HSV(B)356.98º95.78%65.1%-
XYZ15.898.291.22-
YUV55.45105.18206.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 88.30%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=88.30%
G=3.72%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16671500.960.910.35356.9891.9133.92
HexA67F0605B231655c22
Octal24671701401334354513442
Binary1010011011111110110000010110111000111011001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6070F; }

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

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

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

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

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

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

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

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