#A5121E

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

Shades of Carmine #A5121E

Tints of Carmine #A5121E

Color information

#A5121E (or 0xA5121E) is unknown color: approx Carmine. HEX triplet: A5, 12 and 1E. RGB value is (165,18,30). Sum of RGB (Red+Green+Blue) = 165+18+30=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A5121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5121E is #5AEDE1. Grayscale: #3F3F3F. Windows color (decimal): -5959138 or 1970853. OLE color: 1970853.

HSL color Cylindrical-coordinate representation of color #A5121E: hue angle of 355.1º 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 #A5121E is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1651830-
CMYK00.890.820.35
HSL355.1º80.33%35.88%-
HSV(B)355.1º89.09%64.71%-
XYZ15.978.532.03-
YUV63.32109.2200.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.46%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=77.46%
G=8.45%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165183000.890.820.35355.180.3335.88
HexA5121E05952231635024
Octal245223601311224354312044
Binary1010010110010111100101100110100101000111011000111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5121E; }

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

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

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

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

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

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

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

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