Html Css Color HEX #AB2120 Fire Brick

📋 copy color: '#AB2120'

red 171 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #AB2120

Tints of Fire Brick #AB2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 72.46%
G = 13.98%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2120 (or 0xAB2120) is known color: Fire Brick. HEX triplet: AB, 21 and 20. RGB value is (171,33,32). Sum of RGB (Red+Green+Blue) = 171+33+32=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2120 is #54DEDF. Grayscale: #4A4A4A. Windows color (decimal): -5562080 or 2105771. OLE color: 2105771.

HSL color Cylindrical-coordinate representation of color #AB2120: hue angle of 0.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2120 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 32 -
CMYK 0 0.81 0.81 0.33
HSL 0.43º 0.68% 0.4% -
HSV(B) 0.43º 0.81% 0.67% -
XYZ 17.6 9.85 2.34 -
YUV 74.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 171 33 32 0 0.81 0.81 0.33 0.43 0.68 0.4
Hex AB 21 20 0 51 51 21 0 44 28
Octal 253 41 40 0 121 121 41 0 104 50
Binary 10101011 100001 100000 0 1010001 1010001 100001 0 1000100 101000

Color Harmonies of #AB2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2120

Black with #AB2120

Text Example


Text Example

White with #AB2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2120; }

 p { color: rgb(171,33,32); }

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

background-color css

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

 a { background-color: rgb(171,33,32); }

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

border-color css

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

 span { border-color: rgb(171,33,32); }

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