#A0263E

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

Shades of Bright Red #A0263E

Tints of Bright Red #A0263E

Color information

#A0263E (or 0xA0263E) is unknown color: approx Bright Red. HEX triplet: A0, 26 and 3E. RGB value is (160,38,62). Sum of RGB (Red+Green+Blue) = 160+38+62=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0263E is #5FD9C1. Grayscale: #4D4D4D. Windows color (decimal): -6281666 or 4073120. OLE color: 4073120.

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

Color convert

RGB1603862-
CMYK00.760.610.37
HSL348.2º61.62%38.82%-
HSV(B)348.2º76.25%62.75%-
XYZ16.069.215.49-
YUV77.21119.42187.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=61.54%
G=14.62%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160386200.760.610.37348.261.6238.82
HexA0263E04C3D2515c3e27
Octal2404676011475455347647
Binary1010000010011011111001001100111101100101101011100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0263E; }

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

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

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

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

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

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

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

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