Html Css Color HEX #A72031 Bright Red

📋 copy color: '#A72031'

red 167 ◦ green 32 ◦ blue 49

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

Shades of Bright Red #A72031

Tints of Bright Red #A72031

RGB

 RED value IS 167 (65.63% from 255) = 67.34%

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 67.34%
G = 12.9%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A72031 (or 0xA72031) is known color: Bright Red. HEX triplet: A7, 20 and 31. RGB value is (167,32,49). Sum of RGB (Red+Green+Blue) = 167+32+49=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A72031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72031 is #58DFCE. Grayscale: #4A4A4A. Windows color (decimal): -5824463 or 3219623. OLE color: 3219623.

HSL color Cylindrical-coordinate representation of color #A72031: hue angle of 352.44º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72031 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 49 -
CMYK 0 0.81 0.71 0.35
HSL 352.44º 0.68% 0.39% -
HSV(B) 352.44º 0.81% 0.65% -
XYZ 17.01 9.47 3.84 -
YUV 74.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 167 32 49 0 0.81 0.71 0.35 352.44 0.68 0.39
Hex A7 20 31 0 51 47 23 160 44 27
Octal 247 40 61 0 121 107 43 540 104 47
Binary 10100111 100000 110001 0 1010001 1000111 100011 101100000 1000100 100111

Color Harmonies of #A72031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72031

Black with #A72031

Text Example


Text Example

White with #A72031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72031; }

 p { color: rgb(167,32,49); }

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

background-color css

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

 a { background-color: rgb(167,32,49); }

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

border-color css

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

 span { border-color: rgb(167,32,49); }

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