Html Css Color HEX #AD1D0B Fire Brick

📋 copy color: '#AD1D0B'

red 173 ◦ green 29 ◦ blue 11

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

Shades of Fire Brick #AD1D0B

Tints of Fire Brick #AD1D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 81.22%
G = 13.62%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD1D0B (or 0xAD1D0B) is known color: Fire Brick. HEX triplet: AD, 1D and 0B. RGB value is (173,29,11). Sum of RGB (Red+Green+Blue) = 173+29+11=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D0B is #52E2F4. Grayscale: #464646. Windows color (decimal): -5432053 or 728493. OLE color: 728493.

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

Color convert

RGB 173 29 11 -
CMYK 0 0.83 0.94 0.32
HSL 6.67º 0.88% 0.36% -
HSV(B) 6.67º 0.94% 0.68% -
XYZ 17.73 9.79 1.27 -
YUV 70 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 173 29 11 0 0.83 0.94 0.32 6.67 0.88 0.36
Hex AD 1D B 0 53 5E 20 7 58 24
Octal 255 35 13 0 123 136 40 7 130 44
Binary 10101101 11101 1011 0 1010011 1011110 100000 111 1011000 100100

Color Harmonies of #AD1D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D0B

Black with #AD1D0B

Text Example


Text Example

White with #AD1D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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