Html Css Color HEX #A81412 Fire Brick

📋 copy color: '#A81412'

red 168 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #A81412

Tints of Fire Brick #A81412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 81.55%
G = 9.71%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81412 (or 0xA81412) is known color: Fire Brick. HEX triplet: A8, 14 and 12. RGB value is (168,20,18). Sum of RGB (Red+Green+Blue) = 168+20+18=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A81412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81412 is #57EBED. Grayscale: #404040. Windows color (decimal): -5762030 or 1184936. OLE color: 1184936.

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

Color convert

RGB 168 20 18 -
CMYK 0 0.88 0.89 0.34
HSL 0.8º 0.81% 0.36% -
HSV(B) 0.8º 0.89% 0.66% -
XYZ 16.51 8.87 1.41 -
YUV 64.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 168 20 18 0 0.88 0.89 0.34 0.8 0.81 0.36
Hex A8 14 12 0 58 59 22 1 51 24
Octal 250 24 22 0 130 131 42 1 121 44
Binary 10101000 10100 10010 0 1011000 1011001 100010 1 1010001 100100

Color Harmonies of #A81412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81412

Black with #A81412

Text Example


Text Example

White with #A81412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81412; }

 p { color: rgb(168,20,18); }

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

background-color css

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

 a { background-color: rgb(168,20,18); }

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

border-color css

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

 span { border-color: rgb(168,20,18); }

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