Html Css Color HEX #A91708 Fire Brick

📋 copy color: '#A91708'

red 169 ◦ green 23 ◦ blue 8

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

Shades of Fire Brick #A91708

Tints of Fire Brick #A91708

RGB

 RED value IS 169 (66.41% from 255) = 84.5%

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

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

R = 84.5%
G = 11.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A91708 (or 0xA91708) is known color: Fire Brick. HEX triplet: A9, 17 and 08. RGB value is (169,23,8). Sum of RGB (Red+Green+Blue) = 169+23+8=200 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 169 - color contains mainly: red. Hex color #A91708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91708 is #56E8F7. Grayscale: #414141. Windows color (decimal): -5695736 or 530345. OLE color: 530345.

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

Color convert

RGB 169 23 8 -
CMYK 0 0.86 0.95 0.34
HSL 5.59º 0.91% 0.35% -
HSV(B) 5.59º 0.95% 0.66% -
XYZ 16.71 9.07 1.1 -
YUV 64.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 169 23 8 0 0.86 0.95 0.34 5.59 0.91 0.35
Hex A9 17 8 0 56 5F 22 6 5B 23
Octal 251 27 10 0 126 137 42 6 133 43
Binary 10101001 10111 1000 0 1010110 1011111 100010 110 1011011 100011

Color Harmonies of #A91708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91708

Black with #A91708

Text Example


Text Example

White with #A91708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91708; }

 p { color: rgb(169,23,8); }

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

background-color css

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

 a { background-color: rgb(169,23,8); }

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

border-color css

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

 span { border-color: rgb(169,23,8); }

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