#A4021F

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

Shades of Carmine #A4021F

Tints of Carmine #A4021F

Color information

#A4021F (or 0xA4021F) is unknown color: approx Carmine. HEX triplet: A4, 02 and 1F. RGB value is (164,2,31). Sum of RGB (Red+Green+Blue) = 164+2+31=197 (26% of max value = 765). Red value is 164 (64.45% from 255 or 83.25% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 164 - color contains mainly: red. Hex color #A4021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4021F is #5BFDE0. Grayscale: #353535. Windows color (decimal): -6028769 or 2032292. OLE color: 2032292.

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

Color convert

RGB164231-
CMYK00.990.810.36
HSL349.26º97.59%32.55%-
HSV(B)349.26º98.78%64.31%-
XYZ15.588.032.03-
YUV53.74115.17206.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 83.25%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=83.25%
G=1.02%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16423100.990.810.36349.2697.5932.55
HexA421F063512415d6221
Octal24423701431214453514241
Binary1010010010111110110001110100011001001010111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4021F; }

 p { color: rgb(164,2,31); }

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

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

 a { background-color: rgb(164,2,31); }

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

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

 span { border-color: rgb(164,2,31); }

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