Html Css Color HEX #A61111 Fire Brick

📋 copy color: '#A61111'

red 166 ◦ green 17 ◦ blue 17

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

Shades of Fire Brick #A61111

Tints of Fire Brick #A61111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.5%

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

R = 83%
G = 8.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61111 (or 0xA61111) is known color: Fire Brick. HEX triplet: A6, 11 and 11. RGB value is (166,17,17). Sum of RGB (Red+Green+Blue) = 166+17+17=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A61111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61111 is #59EEEE. Grayscale: #3D3D3D. Windows color (decimal): -5893871 or 1118630. OLE color: 1118630.

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

Color convert

RGB 166 17 17 -
CMYK 0 0.90 0.90 0.35
HSL 0.81% 0.36% -
HSV(B) 0.9% 0.65% -
XYZ 16.03 8.55 1.34 -
YUV 61.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 166 17 17 0 0.90 0.90 0.35 0 0.81 0.36
Hex A6 11 11 0 5A 5A 23 0 51 24
Octal 246 21 21 0 132 132 43 0 121 44
Binary 10100110 10001 10001 0 1011010 1011010 100011 0 1010001 100100

Color Harmonies of #A61111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61111

Black with #A61111

Text Example


Text Example

White with #A61111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61111; }

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

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

background-color css

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

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

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

border-color css

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

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

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