Html Css Color HEX #AB2219 Fire Brick

📋 copy color: '#AB2219'

red 171 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #AB2219

Tints of Fire Brick #AB2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.87%

R = 74.35%
G = 14.78%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB2219 (or 0xAB2219) is known color: Fire Brick. HEX triplet: AB, 22 and 19. RGB value is (171,34,25). Sum of RGB (Red+Green+Blue) = 171+34+25=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2219 is #54DDE6. Grayscale: #4A4A4A. Windows color (decimal): -5561831 or 1647275. OLE color: 1647275.

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

Color convert

RGB 171 34 25 -
CMYK 0 0.80 0.85 0.33
HSL 3.7º 0.74% 0.38% -
HSV(B) 3.7º 0.85% 0.67% -
XYZ 17.54 9.87 1.9 -
YUV 73.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 171 34 25 0 0.80 0.85 0.33 3.7 0.74 0.38
Hex AB 22 19 0 50 55 21 4 4A 26
Octal 253 42 31 0 120 125 41 4 112 46
Binary 10101011 100010 11001 0 1010000 1010101 100001 100 1001010 100110

Color Harmonies of #AB2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2219

Black with #AB2219

Text Example


Text Example

White with #AB2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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