#A01738

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

Shades of Bright Red #A01738

Tints of Bright Red #A01738

Color information

#A01738 (or 0xA01738) is unknown color: approx Bright Red. HEX triplet: A0, 17 and 38. RGB value is (160,23,56). Sum of RGB (Red+Green+Blue) = 160+23+56=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A01738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01738 is #5FE8C7. Grayscale: #434343. Windows color (decimal): -6285512 or 3676064. OLE color: 3676064.

HSL color Cylindrical-coordinate representation of color #A01738: hue angle of 345.55º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01738 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1602356-
CMYK00.860.650.37
HSL345.55º74.86%35.88%-
HSV(B)345.55º85.62%62.75%-
XYZ15.528.374.54-
YUV67.72121.39193.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=66.95%
G=9.62%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160235600.860.650.37345.5574.8635.88
HexA01738056412515a4b24
Octal240277001261014553211344
Binary10100000101111110000101011010000011001011010110101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01738; }

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

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

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

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

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

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

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

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