Html Css Color HEX #A01E2F Bright Red

📋 copy color: '#A01E2F'

red 160 ◦ green 30 ◦ blue 47

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

Shades of Bright Red #A01E2F

Tints of Bright Red #A01E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 67.51%
G = 12.66%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A01E2F (or 0xA01E2F) is known color: Bright Red. HEX triplet: A0, 1E and 2F. RGB value is (160,30,47). Sum of RGB (Red+Green+Blue) = 160+30+47=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E2F is #5FE1D0. Grayscale: #464646. Windows color (decimal): -6283729 or 3088032. OLE color: 3088032.

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

Color convert

RGB 160 30 47 -
CMYK 0 0.81 0.71 0.37
HSL 352.15º 0.68% 0.37% -
HSV(B) 352.15º 0.81% 0.63% -
XYZ 15.47 8.61 3.54 -
YUV 70.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 160 30 47 0 0.81 0.71 0.37 352.15 0.68 0.37
Hex A0 1E 2F 0 51 47 25 160 44 25
Octal 240 36 57 0 121 107 45 540 104 45
Binary 10100000 11110 101111 0 1010001 1000111 100101 101100000 1000100 100101

Color Harmonies of #A01E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E2F

Black with #A01E2F

Text Example


Text Example

White with #A01E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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