Html Css Color HEX #AD2821 Fire Brick

📋 copy color: '#AD2821'

red 173 ◦ green 40 ◦ blue 33

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

Shades of Fire Brick #AD2821

Tints of Fire Brick #AD2821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

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

R = 70.33%
G = 16.26%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD2821 (or 0xAD2821) is known color: Fire Brick. HEX triplet: AD, 28 and 21. RGB value is (173,40,33). Sum of RGB (Red+Green+Blue) = 173+40+33=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2821 is #52D7DE. Grayscale: #4F4F4F. Windows color (decimal): -5429215 or 2173101. OLE color: 2173101.

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

Color convert

RGB 173 40 33 -
CMYK 0 0.77 0.81 0.32
HSL 0.68% 0.4% -
HSV(B) 0.81% 0.68% -
XYZ 18.27 10.51 2.51 -
YUV 78.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 173 40 33 0 0.77 0.81 0.32 3 0.68 0.4
Hex AD 28 21 0 4D 51 20 3 44 28
Octal 255 50 41 0 115 121 40 3 104 50
Binary 10101101 101000 100001 0 1001101 1010001 100000 11 1000100 101000

Color Harmonies of #AD2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2821

Black with #AD2821

Text Example


Text Example

White with #AD2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2821; }

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

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

background-color css

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

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

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

border-color css

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

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

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