#A0263B

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

Shades of Bright Red #A0263B

Tints of Bright Red #A0263B

Color information

#A0263B (or 0xA0263B) is unknown color: approx Bright Red. HEX triplet: A0, 26 and 3B. RGB value is (160,38,59). Sum of RGB (Red+Green+Blue) = 160+38+59=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0263B is #5FD9C4. Grayscale: #4C4C4C. Windows color (decimal): -6281669 or 3876512. OLE color: 3876512.

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

Color convert

RGB1603859-
CMYK00.760.630.37
HSL349.67º61.62%38.82%-
HSV(B)349.67º76.25%62.75%-
XYZ15.989.185.07-
YUV76.87117.92187.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=62.26%
G=14.79%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160385900.760.630.37349.6761.6238.82
HexA0263B04C3F2515e3e27
Octal2404673011477455367647
Binary1010000010011011101101001100111111100101101011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0263B; }

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

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

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

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

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

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

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

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