#A91624

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

Shades of Carmine #A91624

Tints of Carmine #A91624

Color information

#A91624 (or 0xA91624) is unknown color: approx Carmine. HEX triplet: A9, 16 and 24. RGB value is (169,22,36). Sum of RGB (Red+Green+Blue) = 169+22+36=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A91624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91624 is #56E9DB. Grayscale: #434343. Windows color (decimal): -5695964 or 2365097. OLE color: 2365097.

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

Color convert

RGB1692236-
CMYK00.870.790.34
HSL354.29º76.96%37.45%-
HSV(B)354.29º86.98%66.27%-
XYZ16.979.142.54-
YUV67.55110.2200.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.45%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=74.45%
G=9.69%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169223600.870.790.34354.2976.9637.45
HexA916240574F221624d25
Octal251264401271174254211545
Binary10101001101101001000101011110011111000101011000101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91624; }

 p { color: rgb(169,22,36); }

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

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

 a { background-color: rgb(169,22,36); }

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

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

 span { border-color: rgb(169,22,36); }

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