#A5181A

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

Shades of Carmine #A5181A

Tints of Carmine #A5181A

Color information

#A5181A (or 0xA5181A) is unknown color: approx Carmine. HEX triplet: A5, 18 and 1A. RGB value is (165,24,26). Sum of RGB (Red+Green+Blue) = 165+24+26=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A5181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5181A is #5AE7E5. Grayscale: #424242. Windows color (decimal): -5957606 or 1710245. OLE color: 1710245.

HSL color Cylindrical-coordinate representation of color #A5181A: hue angle of 359.15º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5181A is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1652426-
CMYK00.850.840.35
HSL359.15º74.6%37.06%-
HSV(B)359.15º85.45%64.71%-
XYZ16.038.731.82-
YUV66.39105.21198.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.74%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=76.74%
G=11.16%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165242600.850.840.35359.1574.637.06
HexA5181A05554231674b25
Octal245303201251244354711345
Binary1010010111000110100101010110101001000111011001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5181A; }

 p { color: rgb(165,24,26); }

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

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

 a { background-color: rgb(165,24,26); }

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

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

 span { border-color: rgb(165,24,26); }

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