Html Css Color HEX #A71F10 Fire Brick

📋 copy color: '#A71F10'

red 167 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #A71F10

Tints of Fire Brick #A71F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 78.04%
G = 14.49%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A71F10 (or 0xA71F10) is known color: Fire Brick. HEX triplet: A7, 1F and 10. RGB value is (167,31,16). Sum of RGB (Red+Green+Blue) = 167+31+16=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71F10 is #58E0EF. Grayscale: #464646. Windows color (decimal): -5824752 or 1056679. OLE color: 1056679.

HSL color Cylindrical-coordinate representation of color #A71F10: hue angle of 5.96º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71F10 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 31 16 -
CMYK 0 0.81 0.90 0.35
HSL 5.96º 0.83% 0.36% -
HSV(B) 5.96º 0.9% 0.65% -
XYZ 16.52 9.23 1.4 -
YUV 69.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 167 31 16 0 0.81 0.90 0.35 5.96 0.83 0.36
Hex A7 1F 10 0 51 5A 23 6 53 24
Octal 247 37 20 0 121 132 43 6 123 44
Binary 10100111 11111 10000 0 1010001 1011010 100011 110 1010011 100100

Color Harmonies of #A71F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F10

Black with #A71F10

Text Example


Text Example

White with #A71F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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