#A3031B

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

Shades of Carmine #A3031B

Tints of Carmine #A3031B

Color information

#A3031B (or 0xA3031B) is unknown color: approx Carmine. HEX triplet: A3, 03 and 1B. RGB value is (163,3,27). Sum of RGB (Red+Green+Blue) = 163+3+27=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3031B is #5CFCE4. Grayscale: #353535. Windows color (decimal): -6094053 or 1770403. OLE color: 1770403.

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

Color convert

RGB163327-
CMYK00.980.830.36
HSL351º96.39%32.55%-
HSV(B)351º98.16%63.92%-
XYZ15.337.931.76-
YUV53.58113.01206.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.46%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=84.46%
G=1.55%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16332700.980.830.3635196.3932.55
HexA331B062532415f6021
Octal24333301421234453714041
Binary1010001111110110110001010100111001001010111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3031B; }

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

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

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

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

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

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

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

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