Html Css Color HEX #AB2208 Fire Brick

📋 copy color: '#AB2208'

red 171 ◦ green 34 ◦ blue 8

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

Shades of Fire Brick #AB2208

Tints of Fire Brick #AB2208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.76%

R = 80.28%
G = 15.96%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB2208 (or 0xAB2208) is known color: Fire Brick. HEX triplet: AB, 22 and 08. RGB value is (171,34,8). Sum of RGB (Red+Green+Blue) = 171+34+8=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2208 is #54DDF7. Grayscale: #484848. Windows color (decimal): -5561848 or 533163. OLE color: 533163.

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

Color convert

RGB 171 34 8 -
CMYK 0 0.80 0.95 0.33
HSL 9.57º 0.91% 0.35% -
HSV(B) 9.57º 0.95% 0.67% -
XYZ 17.41 9.82 1.21 -
YUV 72 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 171 34 8 0 0.80 0.95 0.33 9.57 0.91 0.35
Hex AB 22 8 0 50 5F 21 A 5B 23
Octal 253 42 10 0 120 137 41 12 133 43
Binary 10101011 100010 1000 0 1010000 1011111 100001 1010 1011011 100011

Color Harmonies of #AB2208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2208

Black with #AB2208

Text Example


Text Example

White with #AB2208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2208; }

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

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

background-color css

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

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

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

border-color css

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

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

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