#A91523

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

Shades of Carmine #A91523

Tints of Carmine #A91523

Color information

#A91523 (or 0xA91523) is unknown color: approx Carmine. HEX triplet: A9, 15 and 23. RGB value is (169,21,35). Sum of RGB (Red+Green+Blue) = 169+21+35=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A91523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91523 is #56EADC. Grayscale: #424242. Windows color (decimal): -5696221 or 2299305. OLE color: 2299305.

HSL color Cylindrical-coordinate representation of color #A91523: hue angle of 354.32º 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 #A91523 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1692135-
CMYK00.880.790.34
HSL354.32º77.89%37.25%-
HSV(B)354.32º87.57%66.27%-
XYZ16.939.092.45-
YUV66.85110.03200.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.11%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=75.11%
G=9.33%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169213500.880.790.34354.3277.8937.25
HexA915230584F221624e25
Octal251254301301174254211645
Binary10101001101011000110101100010011111000101011000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91523; }

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

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

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

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

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

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

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

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