#a01c2c

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

Shades of Bright Red #A01C2C

Tints of Bright Red #A01C2C

Color information

#A01C2C (or 0xA01C2C) is unknown color: approx Bright Red. HEX triplet: A0, 1C and 2C. RGB value is (160,28,44). Sum of RGB (Red+Green+Blue) = 160+28+44=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01C2C is #5FE3D3. Grayscale: #454545. Windows color (decimal): -6284244 or 2890912. OLE color: 2890912.

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

Color convert

RGB1602844-
CMYK00.820.720.37
HSL352.73º70.21%36.86%-
HSV(B)352.73º82.5%62.75%-
XYZ15.378.493.21-
YUV69.29113.73192.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.97%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=68.97%
G=12.07%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160284400.820.720.37352.7370.2136.86
HexA01C2C05248251614625
Octal240345401221104554110645
Binary10100000111001011000101001010010001001011011000011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01c2c; }

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

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

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

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

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

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

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

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