Html Css Color HEX #A71407 Fire Brick

📋 copy color: '#A71407'

red 167 ◦ green 20 ◦ blue 7

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

Shades of Fire Brick #A71407

Tints of Fire Brick #A71407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 86.08%
G = 10.31%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A71407 (or 0xA71407) is known color: Fire Brick. HEX triplet: A7, 14 and 07. RGB value is (167,20,7). Sum of RGB (Red+Green+Blue) = 167+20+7=194 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.08% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 167 - color contains mainly: red. Hex color #A71407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71407 is #58EBF8. Grayscale: #3E3E3E. Windows color (decimal): -5827577 or 464039. OLE color: 464039.

HSL color Cylindrical-coordinate representation of color #A71407: hue angle of 4.88º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A71407 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 20 7 -
CMYK 0 0.88 0.96 0.35
HSL 4.88º 0.92% 0.34% -
HSV(B) 4.88º 0.96% 0.65% -
XYZ 16.22 8.73 1.03 -
YUV 62.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 167 20 7 0 0.88 0.96 0.35 4.88 0.92 0.34
Hex A7 14 7 0 58 60 23 5 5C 22
Octal 247 24 7 0 130 140 43 5 134 42
Binary 10100111 10100 111 0 1011000 1100000 100011 101 1011100 100010

Color Harmonies of #A71407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71407

Black with #A71407

Text Example


Text Example

White with #A71407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71407; }

 p { color: rgb(167,20,7); }

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

background-color css

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

 a { background-color: rgb(167,20,7); }

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

border-color css

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

 span { border-color: rgb(167,20,7); }

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