Html Css Color HEX #A01931 Bright Red

📋 copy color: '#A01931'

red 160 ◦ green 25 ◦ blue 49

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

Shades of Bright Red #A01931

Tints of Bright Red #A01931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 68.38%
G = 10.68%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A01931 (or 0xA01931) is known color: Bright Red. HEX triplet: A0, 19 and 31. RGB value is (160,25,49). Sum of RGB (Red+Green+Blue) = 160+25+49=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01931 is #5FE6CE. Grayscale: #444444. Windows color (decimal): -6285007 or 3217824. OLE color: 3217824.

HSL color Cylindrical-coordinate representation of color #A01931: hue angle of 349.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01931 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 49 -
CMYK 0 0.84 0.69 0.37
HSL 349.33º 0.73% 0.36% -
HSV(B) 349.33º 0.84% 0.63% -
XYZ 15.4 8.39 3.71 -
YUV 68.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 160 25 49 0 0.84 0.69 0.37 349.33 0.73 0.36
Hex A0 19 31 0 54 45 25 15D 49 24
Octal 240 31 61 0 124 105 45 535 111 44
Binary 10100000 11001 110001 0 1010100 1000101 100101 101011101 1001001 100100

Color Harmonies of #A01931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01931

Black with #A01931

Text Example


Text Example

White with #A01931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01931; }

 p { color: rgb(160,25,49); }

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

background-color css

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

 a { background-color: rgb(160,25,49); }

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

border-color css

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

 span { border-color: rgb(160,25,49); }

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