Html Css Color HEX #AD1D0E Fire Brick

📋 copy color: '#AD1D0E'

red 173 ◦ green 29 ◦ blue 14

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

Shades of Fire Brick #AD1D0E

Tints of Fire Brick #AD1D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 80.09%
G = 13.43%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD1D0E (or 0xAD1D0E) is known color: Fire Brick. HEX triplet: AD, 1D and 0E. RGB value is (173,29,14). Sum of RGB (Red+Green+Blue) = 173+29+14=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D0E is #52E2F1. Grayscale: #464646. Windows color (decimal): -5432050 or 925101. OLE color: 925101.

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

Color convert

RGB 173 29 14 -
CMYK 0 0.83 0.92 0.32
HSL 5.66º 0.85% 0.37% -
HSV(B) 5.66º 0.92% 0.68% -
XYZ 17.75 9.79 1.37 -
YUV 70.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 173 29 14 0 0.83 0.92 0.32 5.66 0.85 0.37
Hex AD 1D E 0 53 5C 20 6 55 25
Octal 255 35 16 0 123 134 40 6 125 45
Binary 10101101 11101 1110 0 1010011 1011100 100000 110 1010101 100101

Color Harmonies of #AD1D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D0E

Black with #AD1D0E

Text Example


Text Example

White with #AD1D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D0E; }

 p { color: rgb(173,29,14); }

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

background-color css

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

 a { background-color: rgb(173,29,14); }

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

border-color css

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

 span { border-color: rgb(173,29,14); }

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