Html Css Color HEX #A01E3D Bright Red

📋 copy color: '#A01E3D'

red 160 ◦ green 30 ◦ blue 61

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

Shades of Bright Red #A01E3D

Tints of Bright Red #A01E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 63.75%
G = 11.95%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A01E3D (or 0xA01E3D) is known color: Bright Red. HEX triplet: A0, 1E and 3D. RGB value is (160,30,61). Sum of RGB (Red+Green+Blue) = 160+30+61=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E3D is #5FE1C2. Grayscale: #484848. Windows color (decimal): -6283715 or 4005536. OLE color: 4005536.

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

Color convert

RGB 160 30 61 -
CMYK 0 0.81 0.62 0.37
HSL 345.69º 0.68% 0.37% -
HSV(B) 345.69º 0.81% 0.63% -
XYZ 15.8 8.74 5.27 -
YUV 72.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 160 30 61 0 0.81 0.62 0.37 345.69 0.68 0.37
Hex A0 1E 3D 0 51 3E 25 15A 44 25
Octal 240 36 75 0 121 76 45 532 104 45
Binary 10100000 11110 111101 0 1010001 111110 100101 101011010 1000100 100101

Color Harmonies of #A01E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E3D

Black with #A01E3D

Text Example


Text Example

White with #A01E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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