#A01237

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

Shades of Bright Red #A01237

Tints of Bright Red #A01237

Color information

#A01237 (or 0xA01237) is unknown color: approx Bright Red. HEX triplet: A0, 12 and 37. RGB value is (160,18,55). Sum of RGB (Red+Green+Blue) = 160+18+55=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A01237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01237 is #5FEDC8. Grayscale: #404040. Windows color (decimal): -6286793 or 3609248. OLE color: 3609248.

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

Color convert

RGB1601855-
CMYK00.890.660.37
HSL344.37º79.78%34.9%-
HSV(B)344.37º88.75%62.75%-
XYZ15.48.184.38-
YUV64.68122.54195.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=68.67%
G=7.73%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160185500.890.660.37344.3779.7834.9
HexA0123705942251585023
Octal240226701311024553012043
Binary10100000100101101110101100110000101001011010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01237; }

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

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

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

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

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

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

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

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