Html Css Color HEX #A71B1F Bright Red

📋 copy color: '#A71B1F'

red 167 ◦ green 27 ◦ blue 31

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

Shades of Bright Red #A71B1F

Tints of Bright Red #A71B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 74.22%
G = 12%
B = 13.78%

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

#A71B1F (or 0xA71B1F) is known color: Bright Red. HEX triplet: A7, 1B and 1F. RGB value is (167,27,31). Sum of RGB (Red+Green+Blue) = 167+27+31=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71B1F is #58E4E0. Grayscale: #454545. Windows color (decimal): -5825761 or 2038695. OLE color: 2038695.

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

Color convert

RGB 167 27 31 -
CMYK 0 0.84 0.81 0.35
HSL 358.29º 0.72% 0.38% -
HSV(B) 358.29º 0.84% 0.65% -
XYZ 16.58 9.1 2.18 -
YUV 69.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 167 27 31 0 0.84 0.81 0.35 358.29 0.72 0.38
Hex A7 1B 1F 0 54 51 23 166 48 26
Octal 247 33 37 0 124 121 43 546 110 46
Binary 10100111 11011 11111 0 1010100 1010001 100011 101100110 1001000 100110

Color Harmonies of #A71B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B1F

Black with #A71B1F

Text Example


Text Example

White with #A71B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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