#A30319

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

Shades of Carmine #A30319

Tints of Carmine #A30319

Color information

#A30319 (or 0xA30319) is unknown color: approx Carmine. HEX triplet: A3, 03 and 19. RGB value is (163,3,25). Sum of RGB (Red+Green+Blue) = 163+3+25=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A30319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30319 is #5CFCE6. Grayscale: #353535. Windows color (decimal): -6094055 or 1639331. OLE color: 1639331.

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

Color convert

RGB163325-
CMYK00.980.850.36
HSL351.75º96.39%32.55%-
HSV(B)351.75º98.16%63.92%-
XYZ15.317.921.64-
YUV53.35112.01206.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 85.34%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=85.34%
G=1.57%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16332500.980.850.36351.7596.3932.55
HexA331906255241606021
Octal24333101421254454014041
Binary1010001111110010110001010101011001001011000001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30319; }

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

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

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

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

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

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

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

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