#A30D21

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

Shades of Carmine #A30D21

Tints of Carmine #A30D21

Color information

#A30D21 (or 0xA30D21) is unknown color: approx Carmine. HEX triplet: A3, 0D and 21. RGB value is (163,13,33). Sum of RGB (Red+Green+Blue) = 163+13+33=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30D21 is #5CF2DE. Grayscale: #3C3C3C. Windows color (decimal): -6091487 or 2166179. OLE color: 2166179.

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

Color convert

RGB1631333-
CMYK00.920.800.36
HSL352º85.23%34.51%-
HSV(B)352º92.02%63.92%-
XYZ15.528.182.2-
YUV60.13112.7201.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.99%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=77.99%
G=6.22%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163133300.920.800.3635285.2334.51
HexA3D2105C50241605523
Octal243154101341204454012543
Binary1010001111011000010101110010100001001001011000001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30D21; }

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

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

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

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

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

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

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

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