Html Css Color HEX #AD1E0B Fire Brick

📋 copy color: '#AD1E0B'

red 173 ◦ green 30 ◦ blue 11

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

Shades of Fire Brick #AD1E0B

Tints of Fire Brick #AD1E0B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 80.84%
G = 14.02%
B = 5.14%

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

#AD1E0B (or 0xAD1E0B) is known color: Fire Brick. HEX triplet: AD, 1E and 0B. RGB value is (173,30,11). Sum of RGB (Red+Green+Blue) = 173+30+11=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E0B is #52E1F4. Grayscale: #464646. Windows color (decimal): -5431797 or 728749. OLE color: 728749.

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

Color convert

RGB 173 30 11 -
CMYK 0 0.83 0.94 0.32
HSL 7.04º 0.88% 0.36% -
HSV(B) 7.04º 0.94% 0.68% -
XYZ 17.76 9.84 1.28 -
YUV 70.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 173 30 11 0 0.83 0.94 0.32 7.04 0.88 0.36
Hex AD 1E B 0 53 5E 20 7 58 24
Octal 255 36 13 0 123 136 40 7 130 44
Binary 10101101 11110 1011 0 1010011 1011110 100000 111 1011000 100100

Color Harmonies of #AD1E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E0B

Black with #AD1E0B

Text Example


Text Example

White with #AD1E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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