Html Css Color HEX #AD2E15 Fire Brick

📋 copy color: '#AD2E15'

red 173 ◦ green 46 ◦ blue 21

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

Shades of Fire Brick #AD2E15

Tints of Fire Brick #AD2E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

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

R = 72.08%
G = 19.17%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2E15 (or 0xAD2E15) is known color: Fire Brick. HEX triplet: AD, 2E and 15. RGB value is (173,46,21). Sum of RGB (Red+Green+Blue) = 173+46+21=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E15 is #52D1EA. Grayscale: #515151. Windows color (decimal): -5427691 or 1388205. OLE color: 1388205.

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

Color convert

RGB 173 46 21 -
CMYK 0 0.73 0.88 0.32
HSL 9.87º 0.78% 0.38% -
HSV(B) 9.87º 0.88% 0.68% -
XYZ 18.35 10.89 1.84 -
YUV 81.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 173 46 21 0 0.73 0.88 0.32 9.87 0.78 0.38
Hex AD 2E 15 0 49 58 20 A 4E 26
Octal 255 56 25 0 111 130 40 12 116 46
Binary 10101101 101110 10101 0 1001001 1011000 100000 1010 1001110 100110

Color Harmonies of #AD2E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2E15

Black with #AD2E15

Text Example


Text Example

White with #AD2E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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