#A30316

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

Shades of Carmine #A30316

Tints of Carmine #A30316

Color information

#A30316 (or 0xA30316) is unknown color: approx Carmine. HEX triplet: A3, 03 and 16. RGB value is (163,3,22). Sum of RGB (Red+Green+Blue) = 163+3+22=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A30316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30316 is #5CFCE9. Grayscale: #353535. Windows color (decimal): -6094058 or 1442723. OLE color: 1442723.

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

Color convert

RGB163322-
CMYK00.980.870.36
HSL352.88º96.39%32.55%-
HSV(B)352.88º98.16%63.92%-
XYZ15.287.911.48-
YUV53.01110.51206.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=86.70%
G=1.60%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16332200.980.870.36352.8896.3932.55
HexA331606257241616021
Octal24332601421274454114041
Binary1010001111101100110001010101111001001011000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30316; }

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

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

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

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

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

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

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

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