Html Css Color HEX #A71808 Fire Brick

📋 copy color: '#A71808'

red 167 ◦ green 24 ◦ blue 8

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

Shades of Fire Brick #A71808

Tints of Fire Brick #A71808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 83.92%
G = 12.06%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A71808 (or 0xA71808) is known color: Fire Brick. HEX triplet: A7, 18 and 08. RGB value is (167,24,8). Sum of RGB (Red+Green+Blue) = 167+24+8=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A71808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71808 is #58E7F7. Grayscale: #414141. Windows color (decimal): -5826552 or 530599. OLE color: 530599.

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

Color convert

RGB 167 24 8 -
CMYK 0 0.86 0.95 0.35
HSL 6.04º 0.91% 0.34% -
HSV(B) 6.04º 0.95% 0.65% -
XYZ 16.31 8.89 1.09 -
YUV 64.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 167 24 8 0 0.86 0.95 0.35 6.04 0.91 0.34
Hex A7 18 8 0 56 5F 23 6 5B 22
Octal 247 30 10 0 126 137 43 6 133 42
Binary 10100111 11000 1000 0 1010110 1011111 100011 110 1011011 100010

Color Harmonies of #A71808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71808

Black with #A71808

Text Example


Text Example

White with #A71808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71808; }

 p { color: rgb(167,24,8); }

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

background-color css

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

 a { background-color: rgb(167,24,8); }

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

border-color css

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

 span { border-color: rgb(167,24,8); }

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