Html Css Color HEX #A71A2D Bright Red

📋 copy color: '#A71A2D'

red 167 ◦ green 26 ◦ blue 45

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

Shades of Bright Red #A71A2D

Tints of Bright Red #A71A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 70.17%
G = 10.92%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A71A2D (or 0xA71A2D) is known color: Bright Red. HEX triplet: A7, 1A and 2D. RGB value is (167,26,45). Sum of RGB (Red+Green+Blue) = 167+26+45=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71A2D is #58E5D2. Grayscale: #464646. Windows color (decimal): -5826003 or 2955943. OLE color: 2955943.

HSL color Cylindrical-coordinate representation of color #A71A2D: hue angle of 351.91º 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 #A71A2D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 26 45 -
CMYK 0 0.84 0.73 0.35
HSL 351.91º 0.73% 0.38% -
HSV(B) 351.91º 0.84% 0.65% -
XYZ 16.78 9.14 3.36 -
YUV 70.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 167 26 45 0 0.84 0.73 0.35 351.91 0.73 0.38
Hex A7 1A 2D 0 54 49 23 160 49 26
Octal 247 32 55 0 124 111 43 540 111 46
Binary 10100111 11010 101101 0 1010100 1001001 100011 101100000 1001001 100110

Color Harmonies of #A71A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A2D

Black with #A71A2D

Text Example


Text Example

White with #A71A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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