#A4030F

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

Shades of Carmine #A4030F

Tints of Carmine #A4030F

Color information

#A4030F (or 0xA4030F) is unknown color: approx Carmine. HEX triplet: A4, 03 and 0F. RGB value is (164,3,15). Sum of RGB (Red+Green+Blue) = 164+3+15=182 (24% of max value = 765). Red value is 164 (64.45% from 255 or 90.11% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 164 - color contains mainly: red. Hex color #A4030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4030F is #5BFCF0. Grayscale: #343434. Windows color (decimal): -6028529 or 983972. OLE color: 983972.

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

Color convert

RGB164315-
CMYK00.980.910.36
HSL355.53º96.41%32.75%-
HSV(B)355.53º98.17%64.31%-
XYZ15.437.991.18-
YUV52.51106.84207.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 90.11%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=90.11%
G=1.65%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16431500.980.910.36355.5396.4132.75
HexA43F0625B241646021
Octal24431701421334454414041
Binary101001001111110110001010110111001001011001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4030F; }

 p { color: rgb(164,3,15); }

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

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

 a { background-color: rgb(164,3,15); }

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

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

 span { border-color: rgb(164,3,15); }

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