Html Css Color HEX #AB2621 Fire Brick

📋 copy color: '#AB2621'

red 171 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #AB2621

Tints of Fire Brick #AB2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.7%

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

R = 70.66%
G = 15.7%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2621 (or 0xAB2621) is known color: Fire Brick. HEX triplet: AB, 26 and 21. RGB value is (171,38,33). Sum of RGB (Red+Green+Blue) = 171+38+33=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2621 is #54D9DE. Grayscale: #4D4D4D. Windows color (decimal): -5560799 or 2172587. OLE color: 2172587.

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

Color convert

RGB 171 38 33 -
CMYK 0 0.78 0.81 0.33
HSL 2.17º 0.68% 0.4% -
HSV(B) 2.17º 0.81% 0.67% -
XYZ 17.76 10.15 2.46 -
YUV 77.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 171 38 33 0 0.78 0.81 0.33 2.17 0.68 0.4
Hex AB 26 21 0 4E 51 21 2 44 28
Octal 253 46 41 0 116 121 41 2 104 50
Binary 10101011 100110 100001 0 1001110 1010001 100001 10 1000100 101000

Color Harmonies of #AB2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2621

Black with #AB2621

Text Example


Text Example

White with #AB2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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