Html Css Color HEX #AD1C16 Fire Brick

📋 copy color: '#AD1C16'

red 173 ◦ green 28 ◦ blue 22

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

Shades of Fire Brick #AD1C16

Tints of Fire Brick #AD1C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 77.58%
G = 12.56%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD1C16 (or 0xAD1C16) is known color: Fire Brick. HEX triplet: AD, 1C and 16. RGB value is (173,28,22). Sum of RGB (Red+Green+Blue) = 173+28+22=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C16 is #52E3E9. Grayscale: #464646. Windows color (decimal): -5432298 or 1449133. OLE color: 1449133.

HSL color Cylindrical-coordinate representation of color #AD1C16: hue angle of 2.38º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1C16 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 22 -
CMYK 0 0.84 0.87 0.32
HSL 2.38º 0.77% 0.38% -
HSV(B) 2.38º 0.87% 0.68% -
XYZ 17.79 9.77 1.71 -
YUV 70.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 173 28 22 0 0.84 0.87 0.32 2.38 0.77 0.38
Hex AD 1C 16 0 54 57 20 2 4D 26
Octal 255 34 26 0 124 127 40 2 115 46
Binary 10101101 11100 10110 0 1010100 1010111 100000 10 1001101 100110

Color Harmonies of #AD1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C16

Black with #AD1C16

Text Example


Text Example

White with #AD1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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