#A7061F

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

Shades of Carmine #A7061F

Tints of Carmine #A7061F

Color information

#A7061F (or 0xA7061F) is unknown color: approx Carmine. HEX triplet: A7, 06 and 1F. RGB value is (167,6,31). Sum of RGB (Red+Green+Blue) = 167+6+31=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A7061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7061F is #58F9E0. Grayscale: #393939. Windows color (decimal): -5831137 or 2033319. OLE color: 2033319.

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

Color convert

RGB167631-
CMYK00.960.810.35
HSL350.68º93.06%33.92%-
HSV(B)350.68º96.41%65.49%-
XYZ16.258.442.07-
YUV56.99113.34206.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 81.86%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=81.86%
G=2.94%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16763100.960.810.35350.6893.0633.92
HexA761F060512315f5d22
Octal24763701401214353713542
Binary10100111110111110110000010100011000111010111111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7061F; }

 p { color: rgb(167,6,31); }

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

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

 a { background-color: rgb(167,6,31); }

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

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

 span { border-color: rgb(167,6,31); }

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