Html Css Color HEX #A6211A Fire Brick

📋 copy color: '#A6211A'

red 166 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #A6211A

Tints of Fire Brick #A6211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 73.78%
G = 14.67%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6211A (or 0xA6211A) is known color: Fire Brick. HEX triplet: A6, 21 and 1A. RGB value is (166,33,26). Sum of RGB (Red+Green+Blue) = 166+33+26=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A6211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6211A is #59DEE5. Grayscale: #484848. Windows color (decimal): -5889766 or 1712550. OLE color: 1712550.

HSL color Cylindrical-coordinate representation of color #A6211A: hue angle of 3º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6211A is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 33 26 -
CMYK 0 0.80 0.84 0.35
HSL 0.73% 0.38% -
HSV(B) 0.84% 0.65% -
XYZ 16.46 9.27 1.9 -
YUV 71.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 166 33 26 0 0.80 0.84 0.35 3 0.73 0.38
Hex A6 21 1A 0 50 54 23 3 49 26
Octal 246 41 32 0 120 124 43 3 111 46
Binary 10100110 100001 11010 0 1010000 1010100 100011 11 1001001 100110

Color Harmonies of #A6211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6211A

Black with #A6211A

Text Example


Text Example

White with #A6211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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