Html Css Color HEX #A01E35 Bright Red

📋 copy color: '#A01E35'

red 160 ◦ green 30 ◦ blue 53

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

Shades of Bright Red #A01E35

Tints of Bright Red #A01E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 65.84%
G = 12.35%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A01E35 (or 0xA01E35) is known color: Bright Red. HEX triplet: A0, 1E and 35. RGB value is (160,30,53). Sum of RGB (Red+Green+Blue) = 160+30+53=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E35 is #5FE1CA. Grayscale: #474747. Windows color (decimal): -6283723 or 3481248. OLE color: 3481248.

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

Color convert

RGB 160 30 53 -
CMYK 0 0.81 0.67 0.37
HSL 349.38º 0.68% 0.37% -
HSV(B) 349.38º 0.81% 0.63% -
XYZ 15.6 8.66 4.22 -
YUV 71.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 160 30 53 0 0.81 0.67 0.37 349.38 0.68 0.37
Hex A0 1E 35 0 51 43 25 15D 44 25
Octal 240 36 65 0 121 103 45 535 104 45
Binary 10100000 11110 110101 0 1010001 1000011 100101 101011101 1000100 100101

Color Harmonies of #A01E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E35

Black with #A01E35

Text Example


Text Example

White with #A01E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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