Html Css Color HEX #A61A11 Fire Brick

📋 copy color: '#A61A11'

red 166 ◦ green 26 ◦ blue 17

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

Shades of Fire Brick #A61A11

Tints of Fire Brick #A61A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

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

R = 79.43%
G = 12.44%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61A11 (or 0xA61A11) is known color: Fire Brick. HEX triplet: A6, 1A and 11. RGB value is (166,26,17). Sum of RGB (Red+Green+Blue) = 166+26+17=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61A11 is #59E5EE. Grayscale: #434343. Windows color (decimal): -5891567 or 1120934. OLE color: 1120934.

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

Color convert

RGB 166 26 17 -
CMYK 0 0.84 0.90 0.35
HSL 3.62º 0.81% 0.36% -
HSV(B) 3.62º 0.9% 0.65% -
XYZ 16.2 8.89 1.39 -
YUV 66.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 166 26 17 0 0.84 0.90 0.35 3.62 0.81 0.36
Hex A6 1A 11 0 54 5A 23 4 51 24
Octal 246 32 21 0 124 132 43 4 121 44
Binary 10100110 11010 10001 0 1010100 1011010 100011 100 1010001 100100

Color Harmonies of #A61A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A11

Black with #A61A11

Text Example


Text Example

White with #A61A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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