Html Css Color HEX #AD2615 Fire Brick

📋 copy color: '#AD2615'

red 173 ◦ green 38 ◦ blue 21

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

Shades of Fire Brick #AD2615

Tints of Fire Brick #AD2615

RGB

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

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

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

R = 74.57%
G = 16.38%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2615 (or 0xAD2615) is known color: Fire Brick. HEX triplet: AD, 26 and 15. RGB value is (173,38,21). Sum of RGB (Red+Green+Blue) = 173+38+21=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2615 is #52D9EA. Grayscale: #4C4C4C. Windows color (decimal): -5429739 or 1386157. OLE color: 1386157.

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

Color convert

RGB 173 38 21 -
CMYK 0 0.78 0.88 0.32
HSL 6.71º 0.78% 0.38% -
HSV(B) 6.71º 0.88% 0.68% -
XYZ 18.06 10.32 1.75 -
YUV 76.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 173 38 21 0 0.78 0.88 0.32 6.71 0.78 0.38
Hex AD 26 15 0 4E 58 20 7 4E 26
Octal 255 46 25 0 116 130 40 7 116 46
Binary 10101101 100110 10101 0 1001110 1011000 100000 111 1001110 100110

Color Harmonies of #AD2615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2615

Black with #AD2615

Text Example


Text Example

White with #AD2615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2615; }

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

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

background-color css

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

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

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

border-color css

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

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

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