#A3031A

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

Shades of Carmine #A3031A

Tints of Carmine #A3031A

Color information

#A3031A (or 0xA3031A) is unknown color: approx Carmine. HEX triplet: A3, 03 and 1A. RGB value is (163,3,26). Sum of RGB (Red+Green+Blue) = 163+3+26=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A3031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3031A is #5CFCE5. Grayscale: #353535. Windows color (decimal): -6094054 or 1704867. OLE color: 1704867.

HSL color Cylindrical-coordinate representation of color #A3031A: hue angle of 351.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3031A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB163326-
CMYK00.980.840.36
HSL351.38º96.39%32.55%-
HSV(B)351.38º98.16%63.92%-
XYZ15.327.931.7-
YUV53.46112.51206.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.90%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=84.90%
G=1.56%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16332600.980.840.36351.3896.3932.55
HexA331A062542415f6021
Octal24333201421244453714041
Binary1010001111110100110001010101001001001010111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3031A; }

 p { color: rgb(163,3,26); }

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

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

 a { background-color: rgb(163,3,26); }

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

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

 span { border-color: rgb(163,3,26); }

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