#A5121F

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

Shades of Carmine #A5121F

Tints of Carmine #A5121F

Color information

#A5121F (or 0xA5121F) is unknown color: approx Carmine. HEX triplet: A5, 12 and 1F. RGB value is (165,18,31). Sum of RGB (Red+Green+Blue) = 165+18+31=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A5121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5121F is #5AEDE0. Grayscale: #3F3F3F. Windows color (decimal): -5959137 or 2036389. OLE color: 2036389.

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

Color convert

RGB1651831-
CMYK00.890.810.35
HSL354.69º80.33%35.88%-
HSV(B)354.69º89.09%64.71%-
XYZ15.988.532.1-
YUV63.43109.7200.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.10%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=77.10%
G=8.41%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165183100.890.810.35354.6980.3335.88
HexA5121F05951231635024
Octal245223701311214354312044
Binary1010010110010111110101100110100011000111011000111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5121F; }

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

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

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

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

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

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

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

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