Html Css Color HEX #AD2521 Fire Brick

📋 copy color: '#AD2521'

red 173 ◦ green 37 ◦ blue 33

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

Shades of Fire Brick #AD2521

Tints of Fire Brick #AD2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 71.19%
G = 15.23%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD2521 (or 0xAD2521) is known color: Fire Brick. HEX triplet: AD, 25 and 21. RGB value is (173,37,33). Sum of RGB (Red+Green+Blue) = 173+37+33=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2521 is #52DADE. Grayscale: #4D4D4D. Windows color (decimal): -5429983 or 2172333. OLE color: 2172333.

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

Color convert

RGB 173 37 33 -
CMYK 0 0.79 0.81 0.32
HSL 1.71º 0.68% 0.4% -
HSV(B) 1.71º 0.81% 0.68% -
XYZ 18.17 10.32 2.47 -
YUV 77.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 173 37 33 0 0.79 0.81 0.32 1.71 0.68 0.4
Hex AD 25 21 0 4F 51 20 2 44 28
Octal 255 45 41 0 117 121 40 2 104 50
Binary 10101101 100101 100001 0 1001111 1010001 100000 10 1000100 101000

Color Harmonies of #AD2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2521

Black with #AD2521

Text Example


Text Example

White with #AD2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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