#A4002E

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

Shades of Carmine #A4002E

Tints of Carmine #A4002E

Color information

#A4002E (or 0xA4002E) is unknown color: approx Carmine. HEX triplet: A4, 00 and 2E. RGB value is (164,0,46). Sum of RGB (Red+Green+Blue) = 164+0+46=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A4002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4002E is #5BFFD1. Grayscale: #363636. Windows color (decimal): -6029266 or 3014820. OLE color: 3014820.

HSL color Cylindrical-coordinate representation of color #A4002E: hue angle of 343.17º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4002E is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB164046-
CMYK010.720.36
HSL343.17º100%32.16%-
HSV(B)343.17º100%64.31%-
XYZ15.88.093.31-
YUV54.28123.33206.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 78.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=78.10%
G=0%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164046010.720.36343.1710032.16
HexA402E06448241576420
Octal24405601441104452714440
Binary1010010001011100110010010010001001001010101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4002E; }

 p { color: rgb(164,0,46); }

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

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

 a { background-color: rgb(164,0,46); }

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

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

 span { border-color: rgb(164,0,46); }

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