Html Css Color HEX #AD2320 Fire Brick

📋 copy color: '#AD2320'

red 173 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #AD2320

Tints of Fire Brick #AD2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 72.08%
G = 14.58%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD2320 (or 0xAD2320) is known color: Fire Brick. HEX triplet: AD, 23 and 20. RGB value is (173,35,32). Sum of RGB (Red+Green+Blue) = 173+35+32=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2320 is #52DCDF. Grayscale: #4C4C4C. Windows color (decimal): -5430496 or 2106285. OLE color: 2106285.

HSL color Cylindrical-coordinate representation of color #AD2320: hue angle of 1.28º 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 #AD2320 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 32 -
CMYK 0 0.80 0.82 0.32
HSL 1.28º 0.69% 0.4% -
HSV(B) 1.28º 0.82% 0.68% -
XYZ 18.1 10.19 2.38 -
YUV 75.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 173 35 32 0 0.80 0.82 0.32 1.28 0.69 0.4
Hex AD 23 20 0 50 52 20 1 45 28
Octal 255 43 40 0 120 122 40 1 105 50
Binary 10101101 100011 100000 0 1010000 1010010 100000 1 1000101 101000

Color Harmonies of #AD2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2320

Black with #AD2320

Text Example


Text Example

White with #AD2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2320; }

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

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

background-color css

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

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

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

border-color css

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

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

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