#A01A1C

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

Shades of Bright Red #A01A1C

Tints of Bright Red #A01A1C

Color information

#A01A1C (or 0xA01A1C) is unknown color: approx Bright Red. HEX triplet: A0, 1A and 1C. RGB value is (160,26,28). Sum of RGB (Red+Green+Blue) = 160+26+28=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01A1C is #5FE5E3. Grayscale: #424242. Windows color (decimal): -6284772 or 1841824. OLE color: 1841824.

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

Color convert

RGB1602628-
CMYK00.840.820.37
HSL359.1º72.04%36.47%-
HSV(B)359.1º83.75%62.75%-
XYZ15.088.31.91-
YUV66.29106.39194.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.77%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=74.77%
G=12.15%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160262800.840.820.37359.172.0436.47
HexA01A1C05452251674824
Octal240323401241224554711044
Binary1010000011010111000101010010100101001011011001111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01A1C; }

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

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

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

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

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

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

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

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