#A4051E

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

Shades of Carmine #A4051E

Tints of Carmine #A4051E

Color information

#A4051E (or 0xA4051E) is unknown color: approx Carmine. HEX triplet: A4, 05 and 1E. RGB value is (164,5,30). Sum of RGB (Red+Green+Blue) = 164+5+30=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A4051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4051E is #5BFAE1. Grayscale: #373737. Windows color (decimal): -6028002 or 1967524. OLE color: 1967524.

HSL color Cylindrical-coordinate representation of color #A4051E: hue angle of 350.57º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4051E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB164530-
CMYK00.970.820.36
HSL350.57º94.08%33.14%-
HSV(B)350.57º96.95%64.31%-
XYZ15.68.091.97-
YUV55.39113.68205.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82.41%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=82.41%
G=2.51%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16453000.970.820.36350.5794.0833.14
HexA451E061522415f5e21
Octal24453601411224453713641
Binary10100100101111100110000110100101001001010111111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4051E; }

 p { color: rgb(164,5,30); }

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

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

 a { background-color: rgb(164,5,30); }

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

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

 span { border-color: rgb(164,5,30); }

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