Html Css Color HEX #A81511 Fire Brick

📋 copy color: '#A81511'

red 168 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #A81511

Tints of Fire Brick #A81511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 81.55%
G = 10.19%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81511 (or 0xA81511) is known color: Fire Brick. HEX triplet: A8, 15 and 11. RGB value is (168,21,17). Sum of RGB (Red+Green+Blue) = 168+21+17=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A81511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81511 is #57EAEE. Grayscale: #404040. Windows color (decimal): -5761775 or 1119656. OLE color: 1119656.

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

Color convert

RGB 168 21 17 -
CMYK 0 0.88 0.90 0.34
HSL 1.59º 0.82% 0.36% -
HSV(B) 1.59º 0.9% 0.66% -
XYZ 16.52 8.9 1.38 -
YUV 64.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 168 21 17 0 0.88 0.90 0.34 1.59 0.82 0.36
Hex A8 15 11 0 58 5A 22 2 52 24
Octal 250 25 21 0 130 132 42 2 122 44
Binary 10101000 10101 10001 0 1011000 1011010 100010 10 1010010 100100

Color Harmonies of #A81511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81511

Black with #A81511

Text Example


Text Example

White with #A81511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81511; }

 p { color: rgb(168,21,17); }

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

background-color css

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

 a { background-color: rgb(168,21,17); }

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

border-color css

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

 span { border-color: rgb(168,21,17); }

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