Html Css Color HEX #A8170B Fire Brick

📋 copy color: '#A8170B'

red 168 ◦ green 23 ◦ blue 11

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

Shades of Fire Brick #A8170B

Tints of Fire Brick #A8170B

RGB

 RED value IS 168 (66.02% from 255) = 83.17%

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

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 83.17%
G = 11.39%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8170B (or 0xA8170B) is known color: Fire Brick. HEX triplet: A8, 17 and 0B. RGB value is (168,23,11). Sum of RGB (Red+Green+Blue) = 168+23+11=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A8170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8170B is #57E8F4. Grayscale: #414141. Windows color (decimal): -5761269 or 726952. OLE color: 726952.

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

Color convert

RGB 168 23 11 -
CMYK 0 0.86 0.93 0.34
HSL 4.59º 0.88% 0.35% -
HSV(B) 4.59º 0.93% 0.66% -
XYZ 16.52 8.96 1.18 -
YUV 64.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 168 23 11 0 0.86 0.93 0.34 4.59 0.88 0.35
Hex A8 17 B 0 56 5D 22 5 58 23
Octal 250 27 13 0 126 135 42 5 130 43
Binary 10101000 10111 1011 0 1010110 1011101 100010 101 1011000 100011

Color Harmonies of #A8170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8170B

Black with #A8170B

Text Example


Text Example

White with #A8170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8170B; }

 p { color: rgb(168,23,11); }

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

background-color css

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

 a { background-color: rgb(168,23,11); }

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

border-color css

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

 span { border-color: rgb(168,23,11); }

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