Html Css Color HEX #AD190D Fire Brick

📋 copy color: '#AD190D'

red 173 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #AD190D

Tints of Fire Brick #AD190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

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

R = 81.99%
G = 11.85%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD190D (or 0xAD190D) is known color: Fire Brick. HEX triplet: AD, 19 and 0D. RGB value is (173,25,13). Sum of RGB (Red+Green+Blue) = 173+25+13=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD190D is #52E6F2. Grayscale: #444444. Windows color (decimal): -5433075 or 858541. OLE color: 858541.

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

Color convert

RGB 173 25 13 -
CMYK 0 0.86 0.92 0.32
HSL 4.5º 0.86% 0.36% -
HSV(B) 4.5º 0.92% 0.68% -
XYZ 17.65 9.61 1.3 -
YUV 67.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 173 25 13 0 0.86 0.92 0.32 4.5 0.86 0.36
Hex AD 19 D 0 56 5C 20 4 56 24
Octal 255 31 15 0 126 134 40 4 126 44
Binary 10101101 11001 1101 0 1010110 1011100 100000 100 1010110 100100

Color Harmonies of #AD190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD190D

Black with #AD190D

Text Example


Text Example

White with #AD190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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