#A30018

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

Shades of Carmine #A30018

Tints of Carmine #A30018

Color information

#A30018 (or 0xA30018) is unknown color: approx Carmine. HEX triplet: A3, 00 and 18. RGB value is (163,0,24). Sum of RGB (Red+Green+Blue) = 163+0+24=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A30018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30018 is #5CFFE7. Grayscale: #333333. Windows color (decimal): -6094824 or 1573027. OLE color: 1573027.

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

Color convert

RGB163024-
CMYK010.850.36
HSL351.17º100%31.96%-
HSV(B)351.17º100%63.92%-
XYZ15.277.851.58-
YUV51.47112.5207.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 87.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 12.83%
R=87.17%
G=0%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163024010.850.36351.1710031.96
HexA3018064552415f6420
Octal24303001441254453714440
Binary101000110110000110010010101011001001010111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30018; }

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

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

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

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

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

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

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

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