Html Css Color HEX #A8180D Fire Brick

📋 copy color: '#A8180D'

red 168 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #A8180D

Tints of Fire Brick #A8180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 81.95%
G = 11.71%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8180D (or 0xA8180D) is known color: Fire Brick. HEX triplet: A8, 18 and 0D. RGB value is (168,24,13). Sum of RGB (Red+Green+Blue) = 168+24+13=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A8180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8180D is #57E7F2. Grayscale: #414141. Windows color (decimal): -5761011 or 858280. OLE color: 858280.

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

Color convert

RGB 168 24 13 -
CMYK 0 0.86 0.92 0.34
HSL 4.26º 0.86% 0.35% -
HSV(B) 4.26º 0.92% 0.66% -
XYZ 16.55 9.01 1.25 -
YUV 65.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 168 24 13 0 0.86 0.92 0.34 4.26 0.86 0.35
Hex A8 18 D 0 56 5C 22 4 56 23
Octal 250 30 15 0 126 134 42 4 126 43
Binary 10101000 11000 1101 0 1010110 1011100 100010 100 1010110 100011

Color Harmonies of #A8180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8180D

Black with #A8180D

Text Example


Text Example

White with #A8180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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