Html Css Color HEX #A71F17 Fire Brick

📋 copy color: '#A71F17'

red 167 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #A71F17

Tints of Fire Brick #A71F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 75.57%
G = 14.03%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A71F17 (or 0xA71F17) is known color: Fire Brick. HEX triplet: A7, 1F and 17. RGB value is (167,31,23). Sum of RGB (Red+Green+Blue) = 167+31+23=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71F17 is #58E0E8. Grayscale: #464646. Windows color (decimal): -5824745 or 1515431. OLE color: 1515431.

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

Color convert

RGB 167 31 23 -
CMYK 0 0.81 0.86 0.35
HSL 3.33º 0.76% 0.37% -
HSV(B) 3.33º 0.86% 0.65% -
XYZ 16.58 9.26 1.72 -
YUV 70.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 167 31 23 0 0.81 0.86 0.35 3.33 0.76 0.37
Hex A7 1F 17 0 51 56 23 3 4C 25
Octal 247 37 27 0 121 126 43 3 114 45
Binary 10100111 11111 10111 0 1010001 1010110 100011 11 1001100 100101

Color Harmonies of #A71F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F17

Black with #A71F17

Text Example


Text Example

White with #A71F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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