Html Css Color HEX #A71B2E Bright Red

📋 copy color: '#A71B2E'

red 167 ◦ green 27 ◦ blue 46

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

Shades of Bright Red #A71B2E

Tints of Bright Red #A71B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 69.58%
G = 11.25%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A71B2E (or 0xA71B2E) is known color: Bright Red. HEX triplet: A7, 1B and 2E. RGB value is (167,27,46). Sum of RGB (Red+Green+Blue) = 167+27+46=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71B2E is #58E4D1. Grayscale: #474747. Windows color (decimal): -5825746 or 3021735. OLE color: 3021735.

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

Color convert

RGB 167 27 46 -
CMYK 0 0.84 0.72 0.35
HSL 351.86º 0.72% 0.38% -
HSV(B) 351.86º 0.84% 0.65% -
XYZ 16.82 9.2 3.47 -
YUV 71.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 167 27 46 0 0.84 0.72 0.35 351.86 0.72 0.38
Hex A7 1B 2E 0 54 48 23 160 48 26
Octal 247 33 56 0 124 110 43 540 110 46
Binary 10100111 11011 101110 0 1010100 1001000 100011 101100000 1001000 100110

Color Harmonies of #A71B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B2E

Black with #A71B2E

Text Example


Text Example

White with #A71B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B2E; }

 p { color: rgb(167,27,46); }

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

background-color css

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

 a { background-color: rgb(167,27,46); }

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

border-color css

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

 span { border-color: rgb(167,27,46); }

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