#A01730

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

Shades of Bright Red #A01730

Tints of Bright Red #A01730

Color information

#A01730 (or 0xA01730) is unknown color: approx Bright Red. HEX triplet: A0, 17 and 30. RGB value is (160,23,48). Sum of RGB (Red+Green+Blue) = 160+23+48=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A01730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01730 is #5FE8CF. Grayscale: #424242. Windows color (decimal): -6285520 or 3151776. OLE color: 3151776.

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

Color convert

RGB1602348-
CMYK00.860.700.37
HSL349.05º74.86%35.88%-
HSV(B)349.05º85.62%62.75%-
XYZ15.348.33.59-
YUV66.81117.39194.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.26%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=69.26%
G=9.96%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160234800.860.700.37349.0574.8635.88
HexA01730056462515d4b24
Octal240276001261064553511344
Binary10100000101111100000101011010001101001011010111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01730; }

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

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

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

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

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

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

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

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