#A5092B

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

Shades of Carmine #A5092B

Tints of Carmine #A5092B

Color information

#A5092B (or 0xA5092B) is unknown color: approx Carmine. HEX triplet: A5, 09 and 2B. RGB value is (165,9,43). Sum of RGB (Red+Green+Blue) = 165+9+43=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A5092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5092B is #5AF6D4. Grayscale: #3B3B3B. Windows color (decimal): -5961429 or 2820517. OLE color: 2820517.

HSL color Cylindrical-coordinate representation of color #A5092B: hue angle of 346.92º degrees, saturation: 0.9, 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 #A5092B is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB165943-
CMYK00.950.740.35
HSL346.92º89.66%34.12%-
HSV(B)346.92º94.55%64.71%-
XYZ16.058.373.05-
YUV59.52118.68203.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.04%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=76.04%
G=4.15%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16594300.950.740.35346.9289.6634.12
HexA592B05F4A2315b5a22
Octal245115301371124353313242
Binary1010010110011010110101111110010101000111010110111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5092B; }

 p { color: rgb(165,9,43); }

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

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

 a { background-color: rgb(165,9,43); }

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

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

 span { border-color: rgb(165,9,43); }

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