Html Css Color HEX #AB220C Fire Brick

📋 copy color: '#AB220C'

red 171 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #AB220C

Tints of Fire Brick #AB220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 78.8%
G = 15.67%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB220C (or 0xAB220C) is known color: Fire Brick. HEX triplet: AB, 22 and 0C. RGB value is (171,34,12). Sum of RGB (Red+Green+Blue) = 171+34+12=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB220C is #54DDF3. Grayscale: #484848. Windows color (decimal): -5561844 or 795307. OLE color: 795307.

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

Color convert

RGB 171 34 12 -
CMYK 0 0.80 0.93 0.33
HSL 8.3º 0.87% 0.36% -
HSV(B) 8.3º 0.93% 0.67% -
XYZ 17.43 9.83 1.33 -
YUV 72.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 171 34 12 0 0.80 0.93 0.33 8.3 0.87 0.36
Hex AB 22 C 0 50 5D 21 8 57 24
Octal 253 42 14 0 120 135 41 10 127 44
Binary 10101011 100010 1100 0 1010000 1011101 100001 1000 1010111 100100

Color Harmonies of #AB220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB220C

Black with #AB220C

Text Example


Text Example

White with #AB220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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