#A61824

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

Shades of Bright Red #A61824

Tints of Bright Red #A61824

Color information

#A61824 (or 0xA61824) is unknown color: approx Bright Red. HEX triplet: A6, 18 and 24. RGB value is (166,24,36). Sum of RGB (Red+Green+Blue) = 166+24+36=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A61824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61824 is #59E7DB. Grayscale: #434343. Windows color (decimal): -5892060 or 2365606. OLE color: 2365606.

HSL color Cylindrical-coordinate representation of color #A61824: hue angle of 354.93º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61824 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1662436-
CMYK00.860.780.35
HSL354.93º74.74%37.25%-
HSV(B)354.93º85.54%65.1%-
XYZ16.378.892.52-
YUV67.83110.04198.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.45%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=73.45%
G=10.62%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166243600.860.780.35354.9374.7437.25
HexA618240564E231634b25
Octal246304401261164354311345
Binary10100110110001001000101011010011101000111011000111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61824; }

 p { color: rgb(166,24,36); }

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

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

 a { background-color: rgb(166,24,36); }

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

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

 span { border-color: rgb(166,24,36); }

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