Html Css Color HEX #AD2120 Fire Brick

📋 copy color: '#AD2120'

red 173 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #AD2120

Tints of Fire Brick #AD2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

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

R = 72.69%
G = 13.87%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD2120 (or 0xAD2120) is known color: Fire Brick. HEX triplet: AD, 21 and 20. RGB value is (173,33,32). Sum of RGB (Red+Green+Blue) = 173+33+32=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2120 is #52DEDF. Grayscale: #4A4A4A. Windows color (decimal): -5431008 or 2105773. OLE color: 2105773.

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

Color convert

RGB 173 33 32 -
CMYK 0 0.81 0.82 0.32
HSL 0.43º 0.69% 0.4% -
HSV(B) 0.43º 0.82% 0.68% -
XYZ 18.04 10.08 2.36 -
YUV 74.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 173 33 32 0 0.81 0.82 0.32 0.43 0.69 0.4
Hex AD 21 20 0 51 52 20 0 45 28
Octal 255 41 40 0 121 122 40 0 105 50
Binary 10101101 100001 100000 0 1010001 1010010 100000 0 1000101 101000

Color Harmonies of #AD2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2120

Black with #AD2120

Text Example


Text Example

White with #AD2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2120; }

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

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

background-color css

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

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

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

border-color css

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

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

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