Html Css Color HEX #A8180C Fire Brick

📋 copy color: '#A8180C'

red 168 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #A8180C

Tints of Fire Brick #A8180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 82.35%
G = 11.76%
B = 5.88%

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

#A8180C (or 0xA8180C) is known color: Fire Brick. HEX triplet: A8, 18 and 0C. RGB value is (168,24,12). Sum of RGB (Red+Green+Blue) = 168+24+12=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A8180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8180C is #57E7F3. Grayscale: #414141. Windows color (decimal): -5761012 or 792744. OLE color: 792744.

HSL color Cylindrical-coordinate representation of color #A8180C: hue angle of 4.62º degrees, saturation: 0.87, 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 #A8180C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 12 -
CMYK 0 0.86 0.93 0.34
HSL 4.62º 0.87% 0.35% -
HSV(B) 4.62º 0.93% 0.66% -
XYZ 16.54 9 1.21 -
YUV 65.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 168 24 12 0 0.86 0.93 0.34 4.62 0.87 0.35
Hex A8 18 C 0 56 5D 22 5 57 23
Octal 250 30 14 0 126 135 42 5 127 43
Binary 10101000 11000 1100 0 1010110 1011101 100010 101 1010111 100011

Color Harmonies of #A8180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8180C

Black with #A8180C

Text Example


Text Example

White with #A8180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8180C; }

 p { color: rgb(168,24,12); }

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

background-color css

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

 a { background-color: rgb(168,24,12); }

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

border-color css

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

 span { border-color: rgb(168,24,12); }

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