#A02530

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

Shades of Bright Red #A02530

Tints of Bright Red #A02530

Color information

#A02530 (or 0xA02530) is unknown color: approx Bright Red. HEX triplet: A0, 25 and 30. RGB value is (160,37,48). Sum of RGB (Red+Green+Blue) = 160+37+48=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A02530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02530 is #5FDACF. Grayscale: #4B4B4B. Windows color (decimal): -6281936 or 3155360. OLE color: 3155360.

HSL color Cylindrical-coordinate representation of color #A02530: hue angle of 354.63º 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 #A02530 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1603748-
CMYK00.770.700.37
HSL354.63º62.44%38.63%-
HSV(B)354.63º76.88%62.75%-
XYZ15.699.013.71-
YUV75.03112.75188.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.31%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=65.31%
G=15.10%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160374800.770.700.37354.6362.4438.63
HexA0253004D46251633e27
Octal24045600115106455437647
Binary10100000100101110000010011011000110100101101100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02530; }

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

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

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

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

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

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

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

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