#A91525

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

Shades of Carmine #A91525

Tints of Carmine #A91525

Color information

#A91525 (or 0xA91525) is unknown color: approx Carmine. HEX triplet: A9, 15 and 25. RGB value is (169,21,37). Sum of RGB (Red+Green+Blue) = 169+21+37=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A91525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91525 is #56EADA. Grayscale: #434343. Windows color (decimal): -5696219 or 2430377. OLE color: 2430377.

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

Color convert

RGB1692137-
CMYK00.880.780.34
HSL353.51º77.89%37.25%-
HSV(B)353.51º87.57%66.27%-
XYZ16.969.12.61-
YUV67.08111.03200.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.45%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=74.45%
G=9.25%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169213700.880.780.34353.5177.8937.25
HexA915250584E221624e25
Octal251254501301164254211645
Binary10101001101011001010101100010011101000101011000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91525; }

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

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

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

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

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

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

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

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