Html Css Color HEX #A6100B Fire Brick

📋 copy color: '#A6100B'

red 166 ◦ green 16 ◦ blue 11

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

Shades of Fire Brick #A6100B

Tints of Fire Brick #A6100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 86.01%
G = 8.29%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6100B (or 0xA6100B) is known color: Fire Brick. HEX triplet: A6, 10 and 0B. RGB value is (166,16,11). Sum of RGB (Red+Green+Blue) = 166+16+11=193 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.01% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 166 - color contains mainly: red. Hex color #A6100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6100B is #59EFF4. Grayscale: #3C3C3C. Windows color (decimal): -5894133 or 725158. OLE color: 725158.

HSL color Cylindrical-coordinate representation of color #A6100B: hue angle of 1.94º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6100B is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 11 -
CMYK 0 0.90 0.93 0.35
HSL 1.94º 0.88% 0.35% -
HSV(B) 1.94º 0.93% 0.65% -
XYZ 15.97 8.5 1.12 -
YUV 60.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 166 16 11 0 0.90 0.93 0.35 1.94 0.88 0.35
Hex A6 10 B 0 5A 5D 23 2 58 23
Octal 246 20 13 0 132 135 43 2 130 43
Binary 10100110 10000 1011 0 1011010 1011101 100011 10 1011000 100011

Color Harmonies of #A6100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6100B

Black with #A6100B

Text Example


Text Example

White with #A6100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6100B; }

 p { color: rgb(166,16,11); }

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

background-color css

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

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

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

border-color css

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

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

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