Html Css Color HEX #A81712 Fire Brick

📋 copy color: '#A81712'

red 168 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #A81712

Tints of Fire Brick #A81712

RGB

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

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

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

R = 80.38%
G = 11%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81712 (or 0xA81712) is known color: Fire Brick. HEX triplet: A8, 17 and 12. RGB value is (168,23,18). Sum of RGB (Red+Green+Blue) = 168+23+18=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A81712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81712 is #57E8ED. Grayscale: #414141. Windows color (decimal): -5761262 or 1185704. OLE color: 1185704.

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

Color convert

RGB 168 23 18 -
CMYK 0 0.86 0.89 0.34
HSL 0.81% 0.36% -
HSV(B) 0.89% 0.66% -
XYZ 16.56 8.98 1.43 -
YUV 65.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 168 23 18 0 0.86 0.89 0.34 2 0.81 0.36
Hex A8 17 12 0 56 59 22 2 51 24
Octal 250 27 22 0 126 131 42 2 121 44
Binary 10101000 10111 10010 0 1010110 1011001 100010 10 1010001 100100

Color Harmonies of #A81712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81712

Black with #A81712

Text Example


Text Example

White with #A81712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81712; }

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

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

background-color css

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

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

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

border-color css

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

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

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