#A41B24

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

Shades of Bright Red #A41B24

Tints of Bright Red #A41B24

Color information

#A41B24 (or 0xA41B24) is unknown color: approx Bright Red. HEX triplet: A4, 1B and 24. RGB value is (164,27,36). Sum of RGB (Red+Green+Blue) = 164+27+36=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B24 is #5BE4DB. Grayscale: #454545. Windows color (decimal): -6022364 or 2366372. OLE color: 2366372.

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

Color convert

RGB1642736-
CMYK00.840.780.36
HSL356.06º71.73%37.45%-
HSV(B)356.06º83.54%64.31%-
XYZ16.028.82.52-
YUV68.99109.39195.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=72.25%
G=11.89%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164273600.840.780.36356.0671.7337.45
HexA41B240544E241644825
Octal244334401241164454411045
Binary10100100110111001000101010010011101001001011001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B24; }

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

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

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

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

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

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

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

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