Html Css Color HEX #A61411 Fire Brick

📋 copy color: '#A61411'

red 166 ◦ green 20 ◦ blue 17

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

Shades of Fire Brick #A61411

Tints of Fire Brick #A61411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

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

R = 81.77%
G = 9.85%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61411 (or 0xA61411) is known color: Fire Brick. HEX triplet: A6, 14 and 11. RGB value is (166,20,17). Sum of RGB (Red+Green+Blue) = 166+20+17=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A61411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61411 is #59EBEE. Grayscale: #3F3F3F. Windows color (decimal): -5893103 or 1119398. OLE color: 1119398.

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

Color convert

RGB 166 20 17 -
CMYK 0 0.88 0.90 0.35
HSL 1.21º 0.81% 0.36% -
HSV(B) 1.21º 0.9% 0.65% -
XYZ 16.08 8.65 1.35 -
YUV 63.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 166 20 17 0 0.88 0.90 0.35 1.21 0.81 0.36
Hex A6 14 11 0 58 5A 23 1 51 24
Octal 246 24 21 0 130 132 43 1 121 44
Binary 10100110 10100 10001 0 1011000 1011010 100011 1 1010001 100100

Color Harmonies of #A61411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61411

Black with #A61411

Text Example


Text Example

White with #A61411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61411; }

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

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

background-color css

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

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

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

border-color css

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

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

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