#a0253c

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

Shades of Bright Red #A0253C

Tints of Bright Red #A0253C

Color information

#A0253C (or 0xA0253C) is unknown color: approx Bright Red. HEX triplet: A0, 25 and 3C. RGB value is (160,37,60). Sum of RGB (Red+Green+Blue) = 160+37+60=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0253C is #5FDAC3. Grayscale: #4C4C4C. Windows color (decimal): -6281924 or 3941792. OLE color: 3941792.

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

Color convert

RGB1603760-
CMYK00.770.620.37
HSL348.78º62.44%38.63%-
HSV(B)348.78º76.88%62.75%-
XYZ15.979.125.19-
YUV76.4118.75187.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=62.26%
G=14.40%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160376000.770.620.37348.7862.4438.63
HexA0253C04D3E2515d3e27
Octal2404574011576455357647
Binary1010000010010111110001001101111110100101101011101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0253c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0253c; }

 p { color: rgb(160,37,60); }

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

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

 a { background-color: rgb(160,37,60); }

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

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

 span { border-color: rgb(160,37,60); }

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