Html Css Color HEX #A81811 Fire Brick

📋 copy color: '#A81811'

red 168 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #A81811

Tints of Fire Brick #A81811

RGB

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

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

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

R = 80.38%
G = 11.48%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81811 (or 0xA81811) is known color: Fire Brick. HEX triplet: A8, 18 and 11. RGB value is (168,24,17). Sum of RGB (Red+Green+Blue) = 168+24+17=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A81811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81811 is #57E7EE. Grayscale: #424242. Windows color (decimal): -5761007 or 1120424. OLE color: 1120424.

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

Color convert

RGB 168 24 17 -
CMYK 0 0.86 0.90 0.34
HSL 2.78º 0.82% 0.36% -
HSV(B) 2.78º 0.9% 0.66% -
XYZ 16.58 9.02 1.4 -
YUV 66.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 168 24 17 0 0.86 0.90 0.34 2.78 0.82 0.36
Hex A8 18 11 0 56 5A 22 3 52 24
Octal 250 30 21 0 126 132 42 3 122 44
Binary 10101000 11000 10001 0 1010110 1011010 100010 11 1010010 100100

Color Harmonies of #A81811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81811

Black with #A81811

Text Example


Text Example

White with #A81811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81811; }

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

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

background-color css

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

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

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

border-color css

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

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

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