Html Css Color HEX #AD2621 Fire Brick

📋 copy color: '#AD2621'

red 173 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #AD2621

Tints of Fire Brick #AD2621

RGB

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

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

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

R = 70.9%
G = 15.57%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD2621 (or 0xAD2621) is known color: Fire Brick. HEX triplet: AD, 26 and 21. RGB value is (173,38,33). Sum of RGB (Red+Green+Blue) = 173+38+33=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2621 is #52D9DE. Grayscale: #4D4D4D. Windows color (decimal): -5429727 or 2172589. OLE color: 2172589.

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

Color convert

RGB 173 38 33 -
CMYK 0 0.78 0.81 0.32
HSL 2.14º 0.68% 0.4% -
HSV(B) 2.14º 0.81% 0.68% -
XYZ 18.2 10.38 2.48 -
YUV 77.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 173 38 33 0 0.78 0.81 0.32 2.14 0.68 0.4
Hex AD 26 21 0 4E 51 20 2 44 28
Octal 255 46 41 0 116 121 40 2 104 50
Binary 10101101 100110 100001 0 1001110 1010001 100000 10 1000100 101000

Color Harmonies of #AD2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2621

Black with #AD2621

Text Example


Text Example

White with #AD2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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