Html Css Color HEX #A71935 Bright Red

📋 copy color: '#A71935'

red 167 ◦ green 25 ◦ blue 53

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

Shades of Bright Red #A71935

Tints of Bright Red #A71935

RGB

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

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

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

R = 68.16%
G = 10.2%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A71935 (or 0xA71935) is known color: Bright Red. HEX triplet: A7, 19 and 35. RGB value is (167,25,53). Sum of RGB (Red+Green+Blue) = 167+25+53=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A71935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71935 is #58E6CA. Grayscale: #464646. Windows color (decimal): -5826251 or 3479975. OLE color: 3479975.

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

Color convert

RGB 167 25 53 -
CMYK 0 0.85 0.68 0.35
HSL 348.17º 0.74% 0.38% -
HSV(B) 348.17º 0.85% 0.65% -
XYZ 16.93 9.17 4.25 -
YUV 70.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 167 25 53 0 0.85 0.68 0.35 348.17 0.74 0.38
Hex A7 19 35 0 55 44 23 15C 4A 26
Octal 247 31 65 0 125 104 43 534 112 46
Binary 10100111 11001 110101 0 1010101 1000100 100011 101011100 1001010 100110

Color Harmonies of #A71935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71935

Black with #A71935

Text Example


Text Example

White with #A71935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71935; }

 p { color: rgb(167,25,53); }

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

background-color css

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

 a { background-color: rgb(167,25,53); }

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

border-color css

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

 span { border-color: rgb(167,25,53); }

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