Html Css Color HEX #A71A20 Bright Red

📋 copy color: '#A71A20'

red 167 ◦ green 26 ◦ blue 32

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

Shades of Bright Red #A71A20

Tints of Bright Red #A71A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 74.22%
G = 11.56%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A71A20 (or 0xA71A20) is known color: Bright Red. HEX triplet: A7, 1A and 20. RGB value is (167,26,32). Sum of RGB (Red+Green+Blue) = 167+26+32=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71A20 is #58E5DF. Grayscale: #444444. Windows color (decimal): -5826016 or 2103975. OLE color: 2103975.

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

Color convert

RGB 167 26 32 -
CMYK 0 0.84 0.81 0.35
HSL 357.45º 0.73% 0.38% -
HSV(B) 357.45º 0.84% 0.65% -
XYZ 16.57 9.06 2.24 -
YUV 68.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 167 26 32 0 0.84 0.81 0.35 357.45 0.73 0.38
Hex A7 1A 20 0 54 51 23 165 49 26
Octal 247 32 40 0 124 121 43 545 111 46
Binary 10100111 11010 100000 0 1010100 1010001 100011 101100101 1001001 100110

Color Harmonies of #A71A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A20

Black with #A71A20

Text Example


Text Example

White with #A71A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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