Html Css Color HEX #A01E2E Bright Red

📋 copy color: '#A01E2E'

red 160 ◦ green 30 ◦ blue 46

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

Shades of Bright Red #A01E2E

Tints of Bright Red #A01E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.49%

R = 67.8%
G = 12.71%
B = 19.49%

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

#A01E2E (or 0xA01E2E) is known color: Bright Red. HEX triplet: A0, 1E and 2E. RGB value is (160,30,46). Sum of RGB (Red+Green+Blue) = 160+30+46=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E2E is #5FE1D1. Grayscale: #464646. Windows color (decimal): -6283730 or 3022496. OLE color: 3022496.

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

Color convert

RGB 160 30 46 -
CMYK 0 0.81 0.71 0.37
HSL 352.62º 0.68% 0.37% -
HSV(B) 352.62º 0.81% 0.63% -
XYZ 15.45 8.6 3.43 -
YUV 70.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 160 30 46 0 0.81 0.71 0.37 352.62 0.68 0.37
Hex A0 1E 2E 0 51 47 25 161 44 25
Octal 240 36 56 0 121 107 45 541 104 45
Binary 10100000 11110 101110 0 1010001 1000111 100101 101100001 1000100 100101

Color Harmonies of #A01E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E2E

Black with #A01E2E

Text Example


Text Example

White with #A01E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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