Html Css Color HEX #A71908 Fire Brick

📋 copy color: '#A71908'

red 167 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #A71908

Tints of Fire Brick #A71908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 83.5%
G = 12.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A71908 (or 0xA71908) is known color: Fire Brick. HEX triplet: A7, 19 and 08. RGB value is (167,25,8). Sum of RGB (Red+Green+Blue) = 167+25+8=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A71908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71908 is #58E6F7. Grayscale: #414141. Windows color (decimal): -5826296 or 530855. OLE color: 530855.

HSL color Cylindrical-coordinate representation of color #A71908: hue angle of 6.42º 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 #A71908 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 8 -
CMYK 0 0.85 0.95 0.35
HSL 6.42º 0.91% 0.34% -
HSV(B) 6.42º 0.95% 0.65% -
XYZ 16.33 8.93 1.09 -
YUV 65.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 167 25 8 0 0.85 0.95 0.35 6.42 0.91 0.34
Hex A7 19 8 0 55 5F 23 6 5B 22
Octal 247 31 10 0 125 137 43 6 133 42
Binary 10100111 11001 1000 0 1010101 1011111 100011 110 1011011 100010

Color Harmonies of #A71908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71908

Black with #A71908

Text Example


Text Example

White with #A71908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71908; }

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

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

background-color css

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

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

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

border-color css

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

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

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