Html Css Color HEX #AB2218 Fire Brick

📋 copy color: '#AB2218'

red 171 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #AB2218

Tints of Fire Brick #AB2218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 74.67%
G = 14.85%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB2218 (or 0xAB2218) is known color: Fire Brick. HEX triplet: AB, 22 and 18. RGB value is (171,34,24). Sum of RGB (Red+Green+Blue) = 171+34+24=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2218 is #54DDE7. Grayscale: #4A4A4A. Windows color (decimal): -5561832 or 1581739. OLE color: 1581739.

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

Color convert

RGB 171 34 24 -
CMYK 0 0.80 0.86 0.33
HSL 4.08º 0.75% 0.38% -
HSV(B) 4.08º 0.86% 0.67% -
XYZ 17.53 9.87 1.84 -
YUV 73.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 171 34 24 0 0.80 0.86 0.33 4.08 0.75 0.38
Hex AB 22 18 0 50 56 21 4 4B 26
Octal 253 42 30 0 120 126 41 4 113 46
Binary 10101011 100010 11000 0 1010000 1010110 100001 100 1001011 100110

Color Harmonies of #AB2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2218

Black with #AB2218

Text Example


Text Example

White with #AB2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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