Html Css Color HEX #AD1C11 Fire Brick

📋 copy color: '#AD1C11'

red 173 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #AD1C11

Tints of Fire Brick #AD1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 79.36%
G = 12.84%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD1C11 (or 0xAD1C11) is known color: Fire Brick. HEX triplet: AD, 1C and 11. RGB value is (173,28,17). Sum of RGB (Red+Green+Blue) = 173+28+17=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C11 is #52E3EE. Grayscale: #464646. Windows color (decimal): -5432303 or 1121453. OLE color: 1121453.

HSL color Cylindrical-coordinate representation of color #AD1C11: hue angle of 4.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1C11 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 17 -
CMYK 0 0.84 0.90 0.32
HSL 4.23º 0.82% 0.37% -
HSV(B) 4.23º 0.9% 0.68% -
XYZ 17.75 9.76 1.48 -
YUV 70.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 173 28 17 0 0.84 0.90 0.32 4.23 0.82 0.37
Hex AD 1C 11 0 54 5A 20 4 52 25
Octal 255 34 21 0 124 132 40 4 122 45
Binary 10101101 11100 10001 0 1010100 1011010 100000 100 1010010 100101

Color Harmonies of #AD1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C11

Black with #AD1C11

Text Example


Text Example

White with #AD1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C11; }

 p { color: rgb(173,28,17); }

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

background-color css

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

 a { background-color: rgb(173,28,17); }

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

border-color css

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

 span { border-color: rgb(173,28,17); }

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