#A30019

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

Shades of Carmine #A30019

Tints of Carmine #A30019

Color information

#A30019 (or 0xA30019) is unknown color: approx Carmine. HEX triplet: A3, 00 and 19. RGB value is (163,0,25). Sum of RGB (Red+Green+Blue) = 163+0+25=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A30019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30019 is #5CFFE6. Grayscale: #333333. Windows color (decimal): -6094823 or 1638563. OLE color: 1638563.

HSL color Cylindrical-coordinate representation of color #A30019: hue angle of 350.8º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30019 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB163025-
CMYK010.850.36
HSL350.8º100%31.96%-
HSV(B)350.8º100%63.92%-
XYZ15.287.861.63-
YUV51.59113207.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=86.70%
G=0%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163025010.850.36350.810031.96
HexA3019064552415f6420
Octal24303101441254453714440
Binary101000110110010110010010101011001001010111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30019; }

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

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

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

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

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

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

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

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