Html Css Color HEX #A81D11 Fire Brick

📋 copy color: '#A81D11'

red 168 ◦ green 29 ◦ blue 17

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

Shades of Fire Brick #A81D11

Tints of Fire Brick #A81D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.55%

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

R = 78.5%
G = 13.55%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81D11 (or 0xA81D11) is known color: Fire Brick. HEX triplet: A8, 1D and 11. RGB value is (168,29,17). Sum of RGB (Red+Green+Blue) = 168+29+17=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D11 is #57E2EE. Grayscale: #454545. Windows color (decimal): -5759727 or 1121704. OLE color: 1121704.

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

Color convert

RGB 168 29 17 -
CMYK 0 0.83 0.90 0.34
HSL 4.77º 0.82% 0.36% -
HSV(B) 4.77º 0.9% 0.66% -
XYZ 16.69 9.24 1.43 -
YUV 69.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 168 29 17 0 0.83 0.90 0.34 4.77 0.82 0.36
Hex A8 1D 11 0 53 5A 22 5 52 24
Octal 250 35 21 0 123 132 42 5 122 44
Binary 10101000 11101 10001 0 1010011 1011010 100010 101 1010010 100100

Color Harmonies of #A81D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81D11

Black with #A81D11

Text Example


Text Example

White with #A81D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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