Html Css Color HEX #AB2921 Fire Brick

📋 copy color: '#AB2921'

red 171 ◦ green 41 ◦ blue 33

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

Shades of Fire Brick #AB2921

Tints of Fire Brick #AB2921

RGB

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

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

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

R = 69.8%
G = 16.73%
B = 13.47%

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

#AB2921 (or 0xAB2921) is known color: Fire Brick. HEX triplet: AB, 29 and 21. RGB value is (171,41,33). Sum of RGB (Red+Green+Blue) = 171+41+33=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2921 is #54D6DE. Grayscale: #4F4F4F. Windows color (decimal): -5560031 or 2173355. OLE color: 2173355.

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

Color convert

RGB 171 41 33 -
CMYK 0 0.76 0.81 0.33
HSL 3.48º 0.68% 0.4% -
HSV(B) 3.48º 0.81% 0.67% -
XYZ 17.86 10.35 2.5 -
YUV 78.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 171 41 33 0 0.76 0.81 0.33 3.48 0.68 0.4
Hex AB 29 21 0 4C 51 21 3 44 28
Octal 253 51 41 0 114 121 41 3 104 50
Binary 10101011 101001 100001 0 1001100 1010001 100001 11 1000100 101000

Color Harmonies of #AB2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2921

Black with #AB2921

Text Example


Text Example

White with #AB2921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2921; }

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

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

background-color css

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

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

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

border-color css

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

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

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