Html Css Color HEX #A61811 Fire Brick

📋 copy color: '#A61811'

red 166 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #A61811

Tints of Fire Brick #A61811

RGB

 RED value IS 166 (65.23% from 255) = 80.19%

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

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

R = 80.19%
G = 11.59%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61811 (or 0xA61811) is known color: Fire Brick. HEX triplet: A6, 18 and 11. RGB value is (166,24,17). Sum of RGB (Red+Green+Blue) = 166+24+17=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A61811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61811 is #59E7EE. Grayscale: #414141. Windows color (decimal): -5892079 or 1120422. OLE color: 1120422.

HSL color Cylindrical-coordinate representation of color #A61811: hue angle of 2.82º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 17 -
CMYK 0 0.86 0.90 0.35
HSL 2.82º 0.81% 0.36% -
HSV(B) 2.82º 0.9% 0.65% -
XYZ 16.15 8.8 1.38 -
YUV 65.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 166 24 17 0 0.86 0.90 0.35 2.82 0.81 0.36
Hex A6 18 11 0 56 5A 23 3 51 24
Octal 246 30 21 0 126 132 43 3 121 44
Binary 10100110 11000 10001 0 1010110 1011010 100011 11 1010001 100100

Color Harmonies of #A61811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61811

Black with #A61811

Text Example


Text Example

White with #A61811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61811; }

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

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

background-color css

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

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

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

border-color css

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

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

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