#a52138

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

Shades of Bright Red #A52138

Tints of Bright Red #A52138

Color information

#A52138 (or 0xA52138) is unknown color: approx Bright Red. HEX triplet: A5, 21 and 38. RGB value is (165,33,56). Sum of RGB (Red+Green+Blue) = 165+33+56=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A52138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52138 is #5ADEC7. Grayscale: #4B4B4B. Windows color (decimal): -5955272 or 3678629. OLE color: 3678629.

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

Color convert

RGB1653356-
CMYK00.80.660.35
HSL349.55º66.67%38.82%-
HSV(B)349.55º80%64.71%-
XYZ16.779.374.67-
YUV75.09117.23192.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.96%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=64.96%
G=12.99%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165335600.80.660.35349.5566.6738.82
HexA52138050422315e4327
Octal245417001201024353610347
Binary101001011000011110000101000010000101000111010111101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52138; }

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

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

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

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

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

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

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

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