#A30E22

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

Shades of Carmine #A30E22

Tints of Carmine #A30E22

Color information

#A30E22 (or 0xA30E22) is unknown color: approx Carmine. HEX triplet: A3, 0E and 22. RGB value is (163,14,34). Sum of RGB (Red+Green+Blue) = 163+14+34=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E22 is #5CF1DD. Grayscale: #3C3C3C. Windows color (decimal): -6091230 or 2231971. OLE color: 2231971.

HSL color Cylindrical-coordinate representation of color #A30E22: hue angle of 351.95º degrees, saturation: 0.84, 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 #A30E22 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1631434-
CMYK00.910.790.36
HSL351.95º84.18%34.71%-
HSV(B)351.95º91.41%63.92%-
XYZ15.558.222.28-
YUV60.83112.86200.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.25%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=77.25%
G=6.64%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163143400.910.790.36351.9584.1834.71
HexA3E2205B4F241605423
Octal243164201331174454012443
Binary1010001111101000100101101110011111001001011000001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E22; }

 p { color: rgb(163,14,34); }

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

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

 a { background-color: rgb(163,14,34); }

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

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

 span { border-color: rgb(163,14,34); }

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