Html Css Color HEX #A01731 Bright Red

📋 copy color: '#A01731'

red 160 ◦ green 23 ◦ blue 49

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

Shades of Bright Red #A01731

Tints of Bright Red #A01731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

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

R = 68.97%
G = 9.91%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A01731 (or 0xA01731) is known color: Bright Red. HEX triplet: A0, 17 and 31. RGB value is (160,23,49). Sum of RGB (Red+Green+Blue) = 160+23+49=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A01731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01731 is #5FE8CE. Grayscale: #424242. Windows color (decimal): -6285519 or 3217312. OLE color: 3217312.

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

Color convert

RGB 160 23 49 -
CMYK 0 0.86 0.69 0.37
HSL 348.61º 0.75% 0.36% -
HSV(B) 348.61º 0.86% 0.63% -
XYZ 15.36 8.31 3.7 -
YUV 66.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 160 23 49 0 0.86 0.69 0.37 348.61 0.75 0.36
Hex A0 17 31 0 56 45 25 15D 4B 24
Octal 240 27 61 0 126 105 45 535 113 44
Binary 10100000 10111 110001 0 1010110 1000101 100101 101011101 1001011 100100

Color Harmonies of #A01731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01731

Black with #A01731

Text Example


Text Example

White with #A01731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01731; }

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

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

background-color css

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

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

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

border-color css

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

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

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