#A7081A

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

Shades of Carmine #A7081A

Tints of Carmine #A7081A

Color information

#A7081A (or 0xA7081A) is unknown color: approx Carmine. HEX triplet: A7, 08 and 1A. RGB value is (167,8,26). Sum of RGB (Red+Green+Blue) = 167+8+26=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A7081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7081A is #58F7E5. Grayscale: #393939. Windows color (decimal): -5830630 or 1706151. OLE color: 1706151.

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

Color convert

RGB167826-
CMYK00.950.840.35
HSL353.21º90.86%34.31%-
HSV(B)353.21º95.21%65.49%-
XYZ16.218.461.76-
YUV57.59110.18206.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 83.08%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=83.08%
G=3.98%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16782600.950.840.35353.2190.8634.31
HexA781A05F54231615b22
Octal247103201371244354113342
Binary101001111000110100101111110101001000111011000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7081A; }

 p { color: rgb(167,8,26); }

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

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

 a { background-color: rgb(167,8,26); }

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

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

 span { border-color: rgb(167,8,26); }

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