#A8041A

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

Shades of Carmine #A8041A

Tints of Carmine #A8041A

Color information

#A8041A (or 0xA8041A) is unknown color: approx Carmine. HEX triplet: A8, 04 and 1A. RGB value is (168,4,26). Sum of RGB (Red+Green+Blue) = 168+4+26=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A8041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8041A is #57FBE5. Grayscale: #373737. Windows color (decimal): -5766118 or 1705128. OLE color: 1705128.

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

Color convert

RGB168426-
CMYK00.980.850.34
HSL351.95º95.35%33.73%-
HSV(B)351.95º97.62%65.88%-
XYZ16.388.491.75-
YUV55.54111.33208.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84.85%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=84.85%
G=2.02%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16842600.980.850.34351.9595.3533.73
HexA841A06255221605f22
Octal25043201421254254013742
Binary10101000100110100110001010101011000101011000001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8041A; }

 p { color: rgb(168,4,26); }

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

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

 a { background-color: rgb(168,4,26); }

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

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

 span { border-color: rgb(168,4,26); }

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