#A5082A

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

Shades of Carmine #A5082A

Tints of Carmine #A5082A

Color information

#A5082A (or 0xA5082A) is unknown color: approx Carmine. HEX triplet: A5, 08 and 2A. RGB value is (165,8,42). Sum of RGB (Red+Green+Blue) = 165+8+42=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A5082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5082A is #5AF7D5. Grayscale: #3A3A3A. Windows color (decimal): -5961686 or 2754725. OLE color: 2754725.

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

Color convert

RGB165842-
CMYK00.950.750.35
HSL347.01º90.75%33.92%-
HSV(B)347.01º95.15%64.71%-
XYZ16.028.342.96-
YUV58.82118.51203.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.74%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=76.74%
G=3.72%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16584200.950.750.35347.0190.7533.92
HexA582A05F4B2315b5b22
Octal245105201371134353313342
Binary1010010110001010100101111110010111000111010110111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5082A; }

 p { color: rgb(165,8,42); }

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

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

 a { background-color: rgb(165,8,42); }

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

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

 span { border-color: rgb(165,8,42); }

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