Html Css Color HEX #AD150D Fire Brick

📋 copy color: '#AD150D'

red 173 ◦ green 21 ◦ blue 13

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

Shades of Fire Brick #AD150D

Tints of Fire Brick #AD150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 83.57%
G = 10.14%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD150D (or 0xAD150D) is known color: Fire Brick. HEX triplet: AD, 15 and 0D. RGB value is (173,21,13). Sum of RGB (Red+Green+Blue) = 173+21+13=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD150D is #52EAF2. Grayscale: #414141. Windows color (decimal): -5434099 or 857517. OLE color: 857517.

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

Color convert

RGB 173 21 13 -
CMYK 0 0.88 0.92 0.32
HSL 0.86% 0.36% -
HSV(B) 0.92% 0.68% -
XYZ 17.57 9.45 1.28 -
YUV 65.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 173 21 13 0 0.88 0.92 0.32 3 0.86 0.36
Hex AD 15 D 0 58 5C 20 3 56 24
Octal 255 25 15 0 130 134 40 3 126 44
Binary 10101101 10101 1101 0 1011000 1011100 100000 11 1010110 100100

Color Harmonies of #AD150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD150D

Black with #AD150D

Text Example


Text Example

White with #AD150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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