#A01239

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

Shades of Bright Red #A01239

Tints of Bright Red #A01239

Color information

#A01239 (or 0xA01239) is unknown color: approx Bright Red. HEX triplet: A0, 12 and 39. RGB value is (160,18,57). Sum of RGB (Red+Green+Blue) = 160+18+57=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A01239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01239 is #5FEDC6. Grayscale: #404040. Windows color (decimal): -6286791 or 3740320. OLE color: 3740320.

HSL color Cylindrical-coordinate representation of color #A01239: hue angle of 343.52º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01239 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1601857-
CMYK00.890.640.37
HSL343.52º79.78%34.9%-
HSV(B)343.52º88.75%62.75%-
XYZ15.458.24.64-
YUV64.9123.54195.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.09%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=68.09%
G=7.66%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160185700.890.640.37343.5279.7834.9
HexA0123905940251585023
Octal240227101311004553012043
Binary10100000100101110010101100110000001001011010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01239; }

 p { color: rgb(160,18,57); }

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

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

 a { background-color: rgb(160,18,57); }

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

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

 span { border-color: rgb(160,18,57); }

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