Html Css Color HEX #AD1D06 Fire Brick

📋 copy color: '#AD1D06'

red 173 ◦ green 29 ◦ blue 6

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

Shades of Fire Brick #AD1D06

Tints of Fire Brick #AD1D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.88%

R = 83.17%
G = 13.94%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1D06 (or 0xAD1D06) is known color: Fire Brick. HEX triplet: AD, 1D and 06. RGB value is (173,29,6). Sum of RGB (Red+Green+Blue) = 173+29+6=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D06 is #52E2F9. Grayscale: #454545. Windows color (decimal): -5432058 or 400813. OLE color: 400813.

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

Color convert

RGB 173 29 6 -
CMYK 0 0.83 0.97 0.32
HSL 8.26º 0.93% 0.35% -
HSV(B) 8.26º 0.97% 0.68% -
XYZ 17.71 9.78 1.13 -
YUV 69.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 173 29 6 0 0.83 0.97 0.32 8.26 0.93 0.35
Hex AD 1D 6 0 53 61 20 8 5D 23
Octal 255 35 6 0 123 141 40 10 135 43
Binary 10101101 11101 110 0 1010011 1100001 100000 1000 1011101 100011

Color Harmonies of #AD1D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D06

Black with #AD1D06

Text Example


Text Example

White with #AD1D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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