Html Css Color HEX #AB2206 Fire Brick

📋 copy color: '#AB2206'

red 171 ◦ green 34 ◦ blue 6

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

Shades of Fire Brick #AB2206

Tints of Fire Brick #AB2206

RGB

 RED value IS 171 (67.19% from 255) = 81.04%

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 6 (2.73% from 255) = 2.84%

R = 81.04%
G = 16.11%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB2206 (or 0xAB2206) is known color: Fire Brick. HEX triplet: AB, 22 and 06. RGB value is (171,34,6). Sum of RGB (Red+Green+Blue) = 171+34+6=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2206 is #54DDF9. Grayscale: #484848. Windows color (decimal): -5561850 or 402091. OLE color: 402091.

HSL color Cylindrical-coordinate representation of color #AB2206: hue angle of 10.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB2206 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 6 -
CMYK 0 0.80 0.96 0.33
HSL 10.18º 0.93% 0.35% -
HSV(B) 10.18º 0.96% 0.67% -
XYZ 17.4 9.82 1.15 -
YUV 71.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 171 34 6 0 0.80 0.96 0.33 10.18 0.93 0.35
Hex AB 22 6 0 50 60 21 A 5D 23
Octal 253 42 6 0 120 140 41 12 135 43
Binary 10101011 100010 110 0 1010000 1100000 100001 1010 1011101 100011

Color Harmonies of #AB2206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2206

Black with #AB2206

Text Example


Text Example

White with #AB2206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2206; }

 p { color: rgb(171,34,6); }

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

background-color css

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

 a { background-color: rgb(171,34,6); }

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

border-color css

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

 span { border-color: rgb(171,34,6); }

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