Html Css Color HEX #A01E2C Bright Red

📋 copy color: '#A01E2C'

red 160 ◦ green 30 ◦ blue 44

#A01E2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A01E2C

Tints of Bright Red #A01E2C

RGB

 RED value IS 160 (62.89% from 255) = 68.38%

 GREEN value IS 30 (12.11% from 255) = 12.82%

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 68.38%
G = 12.82%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A01E2C (or 0xA01E2C) is known color: Bright Red. HEX triplet: A0, 1E and 2C. RGB value is (160,30,44). Sum of RGB (Red+Green+Blue) = 160+30+44=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E2C is #5FE1D3. Grayscale: #464646. Windows color (decimal): -6283732 or 2891424. OLE color: 2891424.

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

Color convert

RGB 160 30 44 -
CMYK 0 0.81 0.72 0.37
HSL 353.54º 0.68% 0.37% -
HSV(B) 353.54º 0.81% 0.63% -
XYZ 15.42 8.58 3.23 -
YUV 70.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 160 30 44 0 0.81 0.72 0.37 353.54 0.68 0.37
Hex A0 1E 2C 0 51 48 25 162 44 25
Octal 240 36 54 0 121 110 45 542 104 45
Binary 10100000 11110 101100 0 1010001 1001000 100101 101100010 1000100 100101

Color Harmonies of #A01E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E2C

Black with #A01E2C

Text Example


Text Example

White with #A01E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E2C; }

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

 H1.HeaderClassName
 {
   color: #A01E2C;
 }
 .AnyTagClassName
 {
   color: #A01E2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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