#A30F21

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

Shades of Carmine #A30F21

Tints of Carmine #A30F21

Color information

#A30F21 (or 0xA30F21) is unknown color: approx Carmine. HEX triplet: A3, 0F and 21. RGB value is (163,15,33). Sum of RGB (Red+Green+Blue) = 163+15+33=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F21 is #5CF0DE. Grayscale: #3D3D3D. Windows color (decimal): -6090975 or 2166691. OLE color: 2166691.

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

Color convert

RGB1631533-
CMYK00.910.800.36
HSL352.7º83.15%34.9%-
HSV(B)352.7º90.8%63.92%-
XYZ15.558.242.21-
YUV61.3112.03200.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.25%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=77.25%
G=7.11%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163153300.910.800.36352.783.1534.9
HexA3F2105B50241615323
Octal243174101331204454112343
Binary1010001111111000010101101110100001001001011000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F21; }

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

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

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

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

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

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

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

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