#A30532

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

Shades of Carmine #A30532

Tints of Carmine #A30532

Color information

#A30532 (or 0xA30532) is unknown color: approx Carmine. HEX triplet: A3, 05 and 32. RGB value is (163,5,50). Sum of RGB (Red+Green+Blue) = 163+5+50=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A30532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30532 is #5CFACD. Grayscale: #393939. Windows color (decimal): -6093518 or 3278243. OLE color: 3278243.

HSL color Cylindrical-coordinate representation of color #A30532: hue angle of 342.91º 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 #A30532 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB163550-
CMYK00.970.690.36
HSL342.91º94.05%32.94%-
HSV(B)342.91º96.93%63.92%-
XYZ15.738.133.76-
YUV57.37123.85203.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.77%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=74.77%
G=2.29%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16355000.970.690.36342.9194.0532.94
HexA353206145241575e21
Octal24356201411054452713641
Binary101000111011100100110000110001011001001010101111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30532; }

 p { color: rgb(163,5,50); }

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

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

 a { background-color: rgb(163,5,50); }

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

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

 span { border-color: rgb(163,5,50); }

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