#A0263A

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

Shades of Bright Red #A0263A

Tints of Bright Red #A0263A

Color information

#A0263A (or 0xA0263A) is unknown color: approx Bright Red. HEX triplet: A0, 26 and 3A. RGB value is (160,38,58). Sum of RGB (Red+Green+Blue) = 160+38+58=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0263A is #5FD9C5. Grayscale: #4C4C4C. Windows color (decimal): -6281670 or 3810976. OLE color: 3810976.

HSL color Cylindrical-coordinate representation of color #A0263A: hue angle of 350.16º degrees, saturation: 0.62, 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 #A0263A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1603858-
CMYK00.760.640.37
HSL350.16º61.62%38.82%-
HSV(B)350.16º76.25%62.75%-
XYZ15.959.174.93-
YUV76.76117.42187.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.5%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=62.5%
G=14.84%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160385800.760.640.37350.1661.6238.82
HexA0263A04C402515e3e27
Octal24046720114100455367647
Binary10100000100110111010010011001000000100101101011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0263A; }

 p { color: rgb(160,38,58); }

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

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

 a { background-color: rgb(160,38,58); }

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

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

 span { border-color: rgb(160,38,58); }

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