Html Css Color HEX #AB2520 Fire Brick

📋 copy color: '#AB2520'

red 171 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #AB2520

Tints of Fire Brick #AB2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

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

R = 71.25%
G = 15.42%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2520 (or 0xAB2520) is known color: Fire Brick. HEX triplet: AB, 25 and 20. RGB value is (171,37,32). Sum of RGB (Red+Green+Blue) = 171+37+32=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2520 is #54DADF. Grayscale: #4C4C4C. Windows color (decimal): -5561056 or 2106795. OLE color: 2106795.

HSL color Cylindrical-coordinate representation of color #AB2520: hue angle of 2.16º 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 #AB2520 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 32 -
CMYK 0 0.78 0.81 0.33
HSL 2.16º 0.68% 0.4% -
HSV(B) 2.16º 0.81% 0.67% -
XYZ 17.72 10.09 2.38 -
YUV 76.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 171 37 32 0 0.78 0.81 0.33 2.16 0.68 0.4
Hex AB 25 20 0 4E 51 21 2 44 28
Octal 253 45 40 0 116 121 41 2 104 50
Binary 10101011 100101 100000 0 1001110 1010001 100001 10 1000100 101000

Color Harmonies of #AB2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2520

Black with #AB2520

Text Example


Text Example

White with #AB2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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