Html Css Color HEX #AB2920 Fire Brick

📋 copy color: '#AB2920'

red 171 ◦ green 41 ◦ blue 32

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

Shades of Fire Brick #AB2920

Tints of Fire Brick #AB2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 70.08%
G = 16.8%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2920 (or 0xAB2920) is known color: Fire Brick. HEX triplet: AB, 29 and 20. RGB value is (171,41,32). Sum of RGB (Red+Green+Blue) = 171+41+32=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2920 is #54D6DF. Grayscale: #4F4F4F. Windows color (decimal): -5560032 or 2107819. OLE color: 2107819.

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

Color convert

RGB 171 41 32 -
CMYK 0 0.76 0.81 0.33
HSL 3.88º 0.68% 0.4% -
HSV(B) 3.88º 0.81% 0.67% -
XYZ 17.85 10.35 2.42 -
YUV 78.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 171 41 32 0 0.76 0.81 0.33 3.88 0.68 0.4
Hex AB 29 20 0 4C 51 21 4 44 28
Octal 253 51 40 0 114 121 41 4 104 50
Binary 10101011 101001 100000 0 1001100 1010001 100001 100 1000100 101000

Color Harmonies of #AB2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2920

Black with #AB2920

Text Example


Text Example

White with #AB2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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