Html Css Color HEX #AD2315 Fire Brick

📋 copy color: '#AD2315'

red 173 ◦ green 35 ◦ blue 21

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

Shades of Fire Brick #AD2315

Tints of Fire Brick #AD2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

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

R = 75.55%
G = 15.28%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2315 (or 0xAD2315) is known color: Fire Brick. HEX triplet: AD, 23 and 15. RGB value is (173,35,21). Sum of RGB (Red+Green+Blue) = 173+35+21=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2315 is #52DCEA. Grayscale: #4A4A4A. Windows color (decimal): -5430507 or 1385389. OLE color: 1385389.

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

Color convert

RGB 173 35 21 -
CMYK 0 0.80 0.88 0.32
HSL 5.53º 0.78% 0.38% -
HSV(B) 5.53º 0.88% 0.68% -
XYZ 17.97 10.14 1.72 -
YUV 74.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 173 35 21 0 0.80 0.88 0.32 5.53 0.78 0.38
Hex AD 23 15 0 50 58 20 6 4E 26
Octal 255 43 25 0 120 130 40 6 116 46
Binary 10101101 100011 10101 0 1010000 1011000 100000 110 1001110 100110

Color Harmonies of #AD2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2315

Black with #AD2315

Text Example


Text Example

White with #AD2315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2315; }

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

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

background-color css

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

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

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

border-color css

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

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

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