Html Css Color HEX #A61F11 Fire Brick

📋 copy color: '#A61F11'

red 166 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #A61F11

Tints of Fire Brick #A61F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.49%

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

R = 77.57%
G = 14.49%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61F11 (or 0xA61F11) is known color: Fire Brick. HEX triplet: A6, 1F and 11. RGB value is (166,31,17). Sum of RGB (Red+Green+Blue) = 166+31+17=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61F11 is #59E0EE. Grayscale: #454545. Windows color (decimal): -5890287 or 1122214. OLE color: 1122214.

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

Color convert

RGB 166 31 17 -
CMYK 0 0.81 0.90 0.35
HSL 5.64º 0.81% 0.36% -
HSV(B) 5.64º 0.9% 0.65% -
XYZ 16.32 9.13 1.43 -
YUV 69.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 166 31 17 0 0.81 0.90 0.35 5.64 0.81 0.36
Hex A6 1F 11 0 51 5A 23 6 51 24
Octal 246 37 21 0 121 132 43 6 121 44
Binary 10100110 11111 10001 0 1010001 1011010 100011 110 1010001 100100

Color Harmonies of #A61F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F11

Black with #A61F11

Text Example


Text Example

White with #A61F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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