Html Css Color HEX #A61911 Fire Brick

📋 copy color: '#A61911'

red 166 ◦ green 25 ◦ blue 17

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

Shades of Fire Brick #A61911

Tints of Fire Brick #A61911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 79.81%
G = 12.02%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61911 (or 0xA61911) is known color: Fire Brick. HEX triplet: A6, 19 and 11. RGB value is (166,25,17). Sum of RGB (Red+Green+Blue) = 166+25+17=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A61911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61911 is #59E6EE. Grayscale: #424242. Windows color (decimal): -5891823 or 1120678. OLE color: 1120678.

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

Color convert

RGB 166 25 17 -
CMYK 0 0.85 0.90 0.35
HSL 3.22º 0.81% 0.36% -
HSV(B) 3.22º 0.9% 0.65% -
XYZ 16.17 8.84 1.38 -
YUV 66.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 166 25 17 0 0.85 0.90 0.35 3.22 0.81 0.36
Hex A6 19 11 0 55 5A 23 3 51 24
Octal 246 31 21 0 125 132 43 3 121 44
Binary 10100110 11001 10001 0 1010101 1011010 100011 11 1010001 100100

Color Harmonies of #A61911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61911

Black with #A61911

Text Example


Text Example

White with #A61911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61911; }

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

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

background-color css

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

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

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

border-color css

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

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

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