Html Css Color HEX #A61D11 Fire Brick

📋 copy color: '#A61D11'

red 166 ◦ green 29 ◦ blue 17

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

Shades of Fire Brick #A61D11

Tints of Fire Brick #A61D11

RGB

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

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

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

R = 78.3%
G = 13.68%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61D11 (or 0xA61D11) is known color: Fire Brick. HEX triplet: A6, 1D and 11. RGB value is (166,29,17). Sum of RGB (Red+Green+Blue) = 166+29+17=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61D11 is #59E2EE. Grayscale: #444444. Windows color (decimal): -5890799 or 1121702. OLE color: 1121702.

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

Color convert

RGB 166 29 17 -
CMYK 0 0.83 0.90 0.35
HSL 4.83º 0.81% 0.36% -
HSV(B) 4.83º 0.9% 0.65% -
XYZ 16.27 9.03 1.42 -
YUV 68.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 166 29 17 0 0.83 0.90 0.35 4.83 0.81 0.36
Hex A6 1D 11 0 53 5A 23 5 51 24
Octal 246 35 21 0 123 132 43 5 121 44
Binary 10100110 11101 10001 0 1010011 1011010 100011 101 1010001 100100

Color Harmonies of #A61D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D11

Black with #A61D11

Text Example


Text Example

White with #A61D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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