Html Css Color HEX #A6201B Fire Brick

📋 copy color: '#A6201B'

red 166 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #A6201B

Tints of Fire Brick #A6201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 73.78%
G = 14.22%
B = 12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6201B (or 0xA6201B) is known color: Fire Brick. HEX triplet: A6, 20 and 1B. RGB value is (166,32,27). Sum of RGB (Red+Green+Blue) = 166+32+27=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A6201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6201B is #59DFE4. Grayscale: #474747. Windows color (decimal): -5890021 or 1777830. OLE color: 1777830.

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

Color convert

RGB 166 32 27 -
CMYK 0 0.81 0.84 0.35
HSL 2.16º 0.72% 0.38% -
HSV(B) 2.16º 0.84% 0.65% -
XYZ 16.44 9.22 1.95 -
YUV 71.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 166 32 27 0 0.81 0.84 0.35 2.16 0.72 0.38
Hex A6 20 1B 0 51 54 23 2 48 26
Octal 246 40 33 0 121 124 43 2 110 46
Binary 10100110 100000 11011 0 1010001 1010100 100011 10 1001000 100110

Color Harmonies of #A6201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6201B

Black with #A6201B

Text Example


Text Example

White with #A6201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6201B; }

 p { color: rgb(166,32,27); }

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

background-color css

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

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

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

border-color css

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

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

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