#A8071C

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

Shades of Carmine #A8071C

Tints of Carmine #A8071C

Color information

#A8071C (or 0xA8071C) is unknown color: approx Carmine. HEX triplet: A8, 07 and 1C. RGB value is (168,7,28). Sum of RGB (Red+Green+Blue) = 168+7+28=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A8071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8071C is #57F8E3. Grayscale: #393939. Windows color (decimal): -5765348 or 1836968. OLE color: 1836968.

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

Color convert

RGB168728-
CMYK00.960.830.34
HSL352.17º92%34.31%-
HSV(B)352.17º95.83%65.88%-
XYZ16.438.561.88-
YUV57.53111.34206.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 82.76%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=82.76%
G=3.45%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16872800.960.830.34352.179234.31
HexA871C06053221605c22
Octal25073401401234254013442
Binary10101000111111000110000010100111000101011000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8071C; }

 p { color: rgb(168,7,28); }

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

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

 a { background-color: rgb(168,7,28); }

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

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

 span { border-color: rgb(168,7,28); }

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