#A01A2F

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

Shades of Bright Red #A01A2F

Tints of Bright Red #A01A2F

Color information

#A01A2F (or 0xA01A2F) is unknown color: approx Bright Red. HEX triplet: A0, 1A and 2F. RGB value is (160,26,47). Sum of RGB (Red+Green+Blue) = 160+26+47=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01A2F is #5FE5D0. Grayscale: #444444. Windows color (decimal): -6284753 or 3087008. OLE color: 3087008.

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

Color convert

RGB1602647-
CMYK00.840.710.37
HSL350.6º72.04%36.47%-
HSV(B)350.6º83.75%62.75%-
XYZ15.388.423.5-
YUV68.46115.89193.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=68.67%
G=11.16%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160264700.840.710.37350.672.0436.47
HexA01A2F054472515f4824
Octal240325701241074553711044
Binary10100000110101011110101010010001111001011010111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01A2F; }

 p { color: rgb(160,26,47); }

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

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

 a { background-color: rgb(160,26,47); }

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

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

 span { border-color: rgb(160,26,47); }

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