#A30820

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

Shades of Carmine #A30820

Tints of Carmine #A30820

Color information

#A30820 (or 0xA30820) is unknown color: approx Carmine. HEX triplet: A3, 08 and 20. RGB value is (163,8,32). Sum of RGB (Red+Green+Blue) = 163+8+32=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A30820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30820 is #5CF7DF. Grayscale: #393939. Windows color (decimal): -6092768 or 2099363. OLE color: 2099363.

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

Color convert

RGB163832-
CMYK00.950.800.36
HSL350.71º90.64%33.53%-
HSV(B)350.71º95.09%63.92%-
XYZ15.458.062.11-
YUV57.08113.85203.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.30%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=80.30%
G=3.94%
B=15.76%

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
Decimal16383200.950.800.36350.7190.6433.53
HexA382005F502415f5b22
Octal243104001371204453713342
Binary1010001110001000000101111110100001001001010111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30820; }

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

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

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

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

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

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

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

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