Html Css Color HEX #A71704 Fire Brick

📋 copy color: '#A71704'

red 167 ◦ green 23 ◦ blue 4

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

Shades of Fire Brick #A71704

Tints of Fire Brick #A71704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 86.08%
G = 11.86%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A71704 (or 0xA71704) is known color: Fire Brick. HEX triplet: A7, 17 and 04. RGB value is (167,23,4). Sum of RGB (Red+Green+Blue) = 167+23+4=194 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.08% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 167 - color contains mainly: red. Hex color #A71704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71704 is #58E8FB. Grayscale: #404040. Windows color (decimal): -5826812 or 268199. OLE color: 268199.

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

Color convert

RGB 167 23 4 -
CMYK 0 0.86 0.98 0.35
HSL 6.99º 0.95% 0.34% -
HSV(B) 6.99º 0.98% 0.65% -
XYZ 16.26 8.84 0.96 -
YUV 63.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 167 23 4 0 0.86 0.98 0.35 6.99 0.95 0.34
Hex A7 17 4 0 56 62 23 7 5F 22
Octal 247 27 4 0 126 142 43 7 137 42
Binary 10100111 10111 100 0 1010110 1100010 100011 111 1011111 100010

Color Harmonies of #A71704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71704

Black with #A71704

Text Example


Text Example

White with #A71704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71704; }

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

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

background-color css

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

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

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

border-color css

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

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

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