Html Css Color HEX #A7180F Fire Brick

📋 copy color: '#A7180F'

red 167 ◦ green 24 ◦ blue 15

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

Shades of Fire Brick #A7180F

Tints of Fire Brick #A7180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 81.07%
G = 11.65%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7180F (or 0xA7180F) is known color: Fire Brick. HEX triplet: A7, 18 and 0F. RGB value is (167,24,15). Sum of RGB (Red+Green+Blue) = 167+24+15=206 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.07% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 167 - color contains mainly: red. Hex color #A7180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7180F is #58E7F0. Grayscale: #414141. Windows color (decimal): -5826545 or 989351. OLE color: 989351.

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

Color convert

RGB 167 24 15 -
CMYK 0 0.86 0.91 0.35
HSL 3.55º 0.84% 0.36% -
HSV(B) 3.55º 0.91% 0.65% -
XYZ 16.35 8.9 1.31 -
YUV 65.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 167 24 15 0 0.86 0.91 0.35 3.55 0.84 0.36
Hex A7 18 F 0 56 5B 23 4 54 24
Octal 247 30 17 0 126 133 43 4 124 44
Binary 10100111 11000 1111 0 1010110 1011011 100011 100 1010100 100100

Color Harmonies of #A7180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7180F

Black with #A7180F

Text Example


Text Example

White with #A7180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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