#A52438

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

Shades of Bright Red #A52438

Tints of Bright Red #A52438

Color information

#A52438 (or 0xA52438) is unknown color: approx Bright Red. HEX triplet: A5, 24 and 38. RGB value is (165,36,56). Sum of RGB (Red+Green+Blue) = 165+36+56=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A52438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52438 is #5ADBC7. Grayscale: #4C4C4C. Windows color (decimal): -5954504 or 3679397. OLE color: 3679397.

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

Color convert

RGB1653656-
CMYK00.780.660.35
HSL350.7º64.18%39.41%-
HSV(B)350.7º78.18%64.71%-
XYZ16.869.554.7-
YUV76.85116.24190.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.20%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=64.20%
G=14.01%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165365600.780.660.35350.764.1839.41
HexA5243804E422315f4027
Octal245447001161024353710047
Binary101001011001001110000100111010000101000111010111111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52438; }

 p { color: rgb(165,36,56); }

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

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

 a { background-color: rgb(165,36,56); }

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

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

 span { border-color: rgb(165,36,56); }

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