#A90525

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

Shades of Carmine #A90525

Tints of Carmine #A90525

Color information

#A90525 (or 0xA90525) is unknown color: approx Carmine. HEX triplet: A9, 05 and 25. RGB value is (169,5,37). Sum of RGB (Red+Green+Blue) = 169+5+37=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A90525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90525 is #56FADA. Grayscale: #393939. Windows color (decimal): -5700315 or 2426281. OLE color: 2426281.

HSL color Cylindrical-coordinate representation of color #A90525: hue angle of 348.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90525 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB169537-
CMYK00.970.780.34
HSL348.29º94.25%34.12%-
HSV(B)348.29º97.04%66.27%-
XYZ16.758.682.54-
YUV57.68116.33207.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.09%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=80.09%
G=2.37%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16953700.970.780.34348.2994.2534.12
HexA95250614E2215c5e22
Octal25154501411164253413642
Binary101010011011001010110000110011101000101010111001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90525; }

 p { color: rgb(169,5,37); }

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

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

 a { background-color: rgb(169,5,37); }

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

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

 span { border-color: rgb(169,5,37); }

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