Html Css Color HEX #AD2515 Fire Brick

📋 copy color: '#AD2515'

red 173 ◦ green 37 ◦ blue 21

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

Shades of Fire Brick #AD2515

Tints of Fire Brick #AD2515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.09%

R = 74.89%
G = 16.02%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2515 (or 0xAD2515) is known color: Fire Brick. HEX triplet: AD, 25 and 15. RGB value is (173,37,21). Sum of RGB (Red+Green+Blue) = 173+37+21=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2515 is #52DAEA. Grayscale: #4C4C4C. Windows color (decimal): -5429995 or 1385901. OLE color: 1385901.

HSL color Cylindrical-coordinate representation of color #AD2515: hue angle of 6.32º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD2515 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 21 -
CMYK 0 0.79 0.88 0.32
HSL 6.32º 0.78% 0.38% -
HSV(B) 6.32º 0.88% 0.68% -
XYZ 18.03 10.26 1.74 -
YUV 75.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 173 37 21 0 0.79 0.88 0.32 6.32 0.78 0.38
Hex AD 25 15 0 4F 58 20 6 4E 26
Octal 255 45 25 0 117 130 40 6 116 46
Binary 10101101 100101 10101 0 1001111 1011000 100000 110 1001110 100110

Color Harmonies of #AD2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2515

Black with #AD2515

Text Example


Text Example

White with #AD2515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2515; }

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

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

background-color css

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

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

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

border-color css

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

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

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