#A02638

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

Shades of Bright Red #A02638

Tints of Bright Red #A02638

Color information

#A02638 (or 0xA02638) is unknown color: approx Bright Red. HEX triplet: A0, 26 and 38. RGB value is (160,38,56). Sum of RGB (Red+Green+Blue) = 160+38+56=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A02638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02638 is #5FD9C7. Grayscale: #4C4C4C. Windows color (decimal): -6281672 or 3679904. OLE color: 3679904.

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

Color convert

RGB1603856-
CMYK00.760.650.37
HSL351.15º61.62%38.82%-
HSV(B)351.15º76.25%62.75%-
XYZ15.99.154.67-
YUV76.53116.42187.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=62.99%
G=14.96%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160385600.760.650.37351.1561.6238.82
HexA0263804C412515f3e27
Octal24046700114101455377647
Binary10100000100110111000010011001000001100101101011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02638; }

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

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

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

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

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

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

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

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