#A9181C

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

Shades of Carmine #A9181C

Tints of Carmine #A9181C

Color information

#A9181C (or 0xA9181C) is unknown color: approx Carmine. HEX triplet: A9, 18 and 1C. RGB value is (169,24,28). Sum of RGB (Red+Green+Blue) = 169+24+28=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A9181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9181C is #56E7E3. Grayscale: #434343. Windows color (decimal): -5695460 or 1841321. OLE color: 1841321.

HSL color Cylindrical-coordinate representation of color #A9181C: hue angle of 358.34º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9181C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB1692428-
CMYK00.860.830.34
HSL358.34º75.13%37.84%-
HSV(B)358.34º85.8%66.27%-
XYZ16.99.171.98-
YUV67.81105.54200.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 76.47%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=76.47%
G=10.86%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169242800.860.830.34358.3475.1337.84
HexA9181C05653221664b26
Octal251303401261234254611346
Binary1010100111000111000101011010100111000101011001101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9181C; }

 p { color: rgb(169,24,28); }

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

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

 a { background-color: rgb(169,24,28); }

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

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

 span { border-color: rgb(169,24,28); }

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