#A30821

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

Shades of Carmine #A30821

Tints of Carmine #A30821

Color information

#A30821 (or 0xA30821) is unknown color: approx Carmine. HEX triplet: A3, 08 and 21. RGB value is (163,8,33). Sum of RGB (Red+Green+Blue) = 163+8+33=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A30821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30821 is #5CF7DE. Grayscale: #393939. Windows color (decimal): -6092767 or 2164899. OLE color: 2164899.

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

Color convert

RGB163833-
CMYK00.950.800.36
HSL350.32º90.64%33.53%-
HSV(B)350.32º95.09%63.92%-
XYZ15.478.072.18-
YUV57.19114.35203.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.90%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=79.90%
G=3.92%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16383300.950.800.36350.3290.6433.53
HexA382105F502415e5b22
Octal243104101371204453613342
Binary1010001110001000010101111110100001001001010111101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30821; }

 p { color: rgb(163,8,33); }

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

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

 a { background-color: rgb(163,8,33); }

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

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

 span { border-color: rgb(163,8,33); }

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