#A41824

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

Shades of Bright Red #A41824

Tints of Bright Red #A41824

Color information

#A41824 (or 0xA41824) is unknown color: approx Bright Red. HEX triplet: A4, 18 and 24. RGB value is (164,24,36). Sum of RGB (Red+Green+Blue) = 164+24+36=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A41824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41824 is #5BE7DB. Grayscale: #434343. Windows color (decimal): -6023132 or 2365604. OLE color: 2365604.

HSL color Cylindrical-coordinate representation of color #A41824: hue angle of 354.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41824 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1642436-
CMYK00.850.780.36
HSL354.86º74.47%36.86%-
HSV(B)354.86º85.37%64.31%-
XYZ15.958.672.5-
YUV67.23110.38197.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 73.21%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=73.21%
G=10.71%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164243600.850.780.36354.8674.4736.86
HexA418240554E241634a25
Octal244304401251164454311245
Binary10100100110001001000101010110011101001001011000111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41824; }

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

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

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

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

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

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

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

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