#A20430

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

Shades of Carmine #A20430

Tints of Carmine #A20430

Color information

#A20430 (or 0xA20430) is unknown color: approx Carmine. HEX triplet: A2, 04 and 30. RGB value is (162,4,48). Sum of RGB (Red+Green+Blue) = 162+4+48=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A20430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20430 is #5DFBCF. Grayscale: #383838. Windows color (decimal): -6159312 or 3146914. OLE color: 3146914.

HSL color Cylindrical-coordinate representation of color #A20430: hue angle of 343.29º degrees, saturation: 0.95, 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 #A20430 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB162448-
CMYK00.980.700.36
HSL343.29º95.18%32.55%-
HSV(B)343.29º97.53%63.53%-
XYZ15.487.983.52-
YUV56.26123.35203.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=75.70%
G=1.87%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16244800.980.700.36343.2995.1832.55
HexA243006246241575f21
Octal24246001421064452713741
Binary101000101001100000110001010001101001001010101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20430; }

 p { color: rgb(162,4,48); }

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

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

 a { background-color: rgb(162,4,48); }

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

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

 span { border-color: rgb(162,4,48); }

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