Html Css Color HEX #AB2420 Fire Brick

📋 copy color: '#AB2420'

red 171 ◦ green 36 ◦ blue 32

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

Shades of Fire Brick #AB2420

Tints of Fire Brick #AB2420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 71.55%
G = 15.06%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2420 (or 0xAB2420) is known color: Fire Brick. HEX triplet: AB, 24 and 20. RGB value is (171,36,32). Sum of RGB (Red+Green+Blue) = 171+36+32=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2420 is #54DBDF. Grayscale: #4C4C4C. Windows color (decimal): -5561312 or 2106539. OLE color: 2106539.

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

Color convert

RGB 171 36 32 -
CMYK 0 0.79 0.81 0.33
HSL 1.73º 0.68% 0.4% -
HSV(B) 1.73º 0.81% 0.67% -
XYZ 17.69 10.02 2.37 -
YUV 75.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 171 36 32 0 0.79 0.81 0.33 1.73 0.68 0.4
Hex AB 24 20 0 4F 51 21 2 44 28
Octal 253 44 40 0 117 121 41 2 104 50
Binary 10101011 100100 100000 0 1001111 1010001 100001 10 1000100 101000

Color Harmonies of #AB2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2420

Black with #AB2420

Text Example


Text Example

White with #AB2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2420; }

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

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

background-color css

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

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

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

border-color css

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

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

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