Html Css Color HEX #AD2221 Fire Brick

📋 copy color: '#AD2221'

red 173 ◦ green 34 ◦ blue 33

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

Shades of Fire Brick #AD2221

Tints of Fire Brick #AD2221

RGB

 RED value IS 173 (67.97% from 255) = 72.08%

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 72.08%
G = 14.17%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD2221 (or 0xAD2221) is known color: Fire Brick. HEX triplet: AD, 22 and 21. RGB value is (173,34,33). Sum of RGB (Red+Green+Blue) = 173+34+33=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2221 is #52DDDE. Grayscale: #4B4B4B. Windows color (decimal): -5430751 or 2171565. OLE color: 2171565.

HSL color Cylindrical-coordinate representation of color #AD2221: hue angle of 0.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2221 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 33 -
CMYK 0 0.80 0.81 0.32
HSL 0.43º 0.68% 0.4% -
HSV(B) 0.43º 0.81% 0.68% -
XYZ 18.08 10.14 2.44 -
YUV 75.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 173 34 33 0 0.80 0.81 0.32 0.43 0.68 0.4
Hex AD 22 21 0 50 51 20 0 44 28
Octal 255 42 41 0 120 121 40 0 104 50
Binary 10101101 100010 100001 0 1010000 1010001 100000 0 1000100 101000

Color Harmonies of #AD2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2221

Black with #AD2221

Text Example


Text Example

White with #AD2221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2221; }

 p { color: rgb(173,34,33); }

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

background-color css

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

 a { background-color: rgb(173,34,33); }

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

border-color css

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

 span { border-color: rgb(173,34,33); }

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