#A52234

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

Shades of Bright Red #A52234

Tints of Bright Red #A52234

Color information

#A52234 (or 0xA52234) is unknown color: approx Bright Red. HEX triplet: A5, 22 and 34. RGB value is (165,34,52). Sum of RGB (Red+Green+Blue) = 165+34+52=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A52234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52234 is #5ADDCB. Grayscale: #4B4B4B. Windows color (decimal): -5955020 or 3416741. OLE color: 3416741.

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

Color convert

RGB1653452-
CMYK00.790.680.35
HSL351.76º65.83%39.02%-
HSV(B)351.76º79.39%64.71%-
XYZ16.719.394.18-
YUV75.22114.9192.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=65.74%
G=13.55%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165345200.790.680.35351.7665.8339.02
HexA5223404F44231604227
Octal245426401171044354010247
Binary101001011000101101000100111110001001000111011000001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52234; }

 p { color: rgb(165,34,52); }

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

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

 a { background-color: rgb(165,34,52); }

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

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

 span { border-color: rgb(165,34,52); }

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