Html Css Color HEX #AB2A20 Fire Brick

📋 copy color: '#AB2A20'

red 171 ◦ green 42 ◦ blue 32

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

Shades of Fire Brick #AB2A20

Tints of Fire Brick #AB2A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.14%

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

R = 69.8%
G = 17.14%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2A20 (or 0xAB2A20) is known color: Fire Brick. HEX triplet: AB, 2A and 20. RGB value is (171,42,32). Sum of RGB (Red+Green+Blue) = 171+42+32=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A20 is #54D5DF. Grayscale: #4F4F4F. Windows color (decimal): -5559776 or 2108075. OLE color: 2108075.

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

Color convert

RGB 171 42 32 -
CMYK 0 0.75 0.81 0.33
HSL 4.32º 0.68% 0.4% -
HSV(B) 4.32º 0.81% 0.67% -
XYZ 17.88 10.42 2.43 -
YUV 79.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 171 42 32 0 0.75 0.81 0.33 4.32 0.68 0.4
Hex AB 2A 20 0 4B 51 21 4 44 28
Octal 253 52 40 0 113 121 41 4 104 50
Binary 10101011 101010 100000 0 1001011 1010001 100001 100 1000100 101000

Color Harmonies of #AB2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A20

Black with #AB2A20

Text Example


Text Example

White with #AB2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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