#A5121A

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

Shades of Carmine #A5121A

Tints of Carmine #A5121A

Color information

#A5121A (or 0xA5121A) is unknown color: approx Carmine. HEX triplet: A5, 12 and 1A. RGB value is (165,18,26). Sum of RGB (Red+Green+Blue) = 165+18+26=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A5121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5121A is #5AEDE5. Grayscale: #3E3E3E. Windows color (decimal): -5959142 or 1708709. OLE color: 1708709.

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

Color convert

RGB1651826-
CMYK00.890.840.35
HSL356.73º80.33%35.88%-
HSV(B)356.73º89.09%64.71%-
XYZ15.928.511.78-
YUV62.86107.2200.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 78.95%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=78.95%
G=8.61%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165182600.890.840.35356.7380.3335.88
HexA5121A05954231655024
Octal245223201311244354512044
Binary1010010110010110100101100110101001000111011001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5121A; }

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

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

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

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

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

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

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

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