Html Css Color HEX #AB2A21 Fire Brick

📋 copy color: '#AB2A21'

red 171 ◦ green 42 ◦ blue 33

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

Shades of Fire Brick #AB2A21

Tints of Fire Brick #AB2A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.41%

R = 69.51%
G = 17.07%
B = 13.41%

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

#AB2A21 (or 0xAB2A21) is known color: Fire Brick. HEX triplet: AB, 2A and 21. RGB value is (171,42,33). Sum of RGB (Red+Green+Blue) = 171+42+33=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A21 is #54D5DE. Grayscale: #4F4F4F. Windows color (decimal): -5559775 or 2173611. OLE color: 2173611.

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

Color convert

RGB 171 42 33 -
CMYK 0 0.75 0.81 0.33
HSL 3.91º 0.68% 0.4% -
HSV(B) 3.91º 0.81% 0.67% -
XYZ 17.9 10.42 2.51 -
YUV 79.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 171 42 33 0 0.75 0.81 0.33 3.91 0.68 0.4
Hex AB 2A 21 0 4B 51 21 4 44 28
Octal 253 52 41 0 113 121 41 4 104 50
Binary 10101011 101010 100001 0 1001011 1010001 100001 100 1000100 101000

Color Harmonies of #AB2A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A21

Black with #AB2A21

Text Example


Text Example

White with #AB2A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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