#A02736

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

Shades of Bright Red #A02736

Tints of Bright Red #A02736

Color information

#A02736 (or 0xA02736) is unknown color: approx Bright Red. HEX triplet: A0, 27 and 36. RGB value is (160,39,54). Sum of RGB (Red+Green+Blue) = 160+39+54=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A02736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02736 is #5FD8C9. Grayscale: #4C4C4C. Windows color (decimal): -6281418 or 3549088. OLE color: 3549088.

HSL color Cylindrical-coordinate representation of color #A02736: hue angle of 352.56º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02736 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1603954-
CMYK00.760.660.37
HSL352.56º60.8%39.02%-
HSV(B)352.56º75.63%62.75%-
XYZ15.899.194.43-
YUV76.89115.09187.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=63.24%
G=15.42%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160395400.760.660.37352.5660.839.02
HexA0273604C42251613d27
Octal24047660114102455417547
Binary10100000100111110110010011001000010100101101100001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02736; }

 p { color: rgb(160,39,54); }

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

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

 a { background-color: rgb(160,39,54); }

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

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

 span { border-color: rgb(160,39,54); }

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