#A30632

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

Shades of Carmine #A30632

Tints of Carmine #A30632

Color information

#A30632 (or 0xA30632) is unknown color: approx Carmine. HEX triplet: A3, 06 and 32. RGB value is (163,6,50). Sum of RGB (Red+Green+Blue) = 163+6+50=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A30632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30632 is #5CF9CD. Grayscale: #393939. Windows color (decimal): -6093262 or 3278499. OLE color: 3278499.

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

Color convert

RGB163650-
CMYK00.960.690.36
HSL343.18º92.9%33.14%-
HSV(B)343.18º96.32%63.92%-
XYZ15.758.153.76-
YUV57.96123.51202.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.43%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=74.43%
G=2.74%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16365000.960.690.36343.1892.933.14
HexA363206045241575d21
Octal24366201401054452713541
Binary101000111101100100110000010001011001001010101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30632; }

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

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

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

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

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

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

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

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