Html Css Color HEX #A6211E Fire Brick

📋 copy color: '#A6211E'

red 166 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #A6211E

Tints of Fire Brick #A6211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 72.49%
G = 14.41%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6211E (or 0xA6211E) is known color: Fire Brick. HEX triplet: A6, 21 and 1E. RGB value is (166,33,30). Sum of RGB (Red+Green+Blue) = 166+33+30=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6211E is #59DEE1. Grayscale: #484848. Windows color (decimal): -5889762 or 1974694. OLE color: 1974694.

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

Color convert

RGB 166 33 30 -
CMYK 0 0.80 0.82 0.35
HSL 1.32º 0.69% 0.38% -
HSV(B) 1.32º 0.82% 0.65% -
XYZ 16.5 9.29 2.15 -
YUV 72.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 166 33 30 0 0.80 0.82 0.35 1.32 0.69 0.38
Hex A6 21 1E 0 50 52 23 1 45 26
Octal 246 41 36 0 120 122 43 1 105 46
Binary 10100110 100001 11110 0 1010000 1010010 100011 1 1000101 100110

Color Harmonies of #A6211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6211E

Black with #A6211E

Text Example


Text Example

White with #A6211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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