Html Css Color HEX #AD1B16 Fire Brick

📋 copy color: '#AD1B16'

red 173 ◦ green 27 ◦ blue 22

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

Shades of Fire Brick #AD1B16

Tints of Fire Brick #AD1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 77.93%
G = 12.16%
B = 9.91%

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

#AD1B16 (or 0xAD1B16) is known color: Fire Brick. HEX triplet: AD, 1B and 16. RGB value is (173,27,22). Sum of RGB (Red+Green+Blue) = 173+27+22=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B16 is #52E4E9. Grayscale: #464646. Windows color (decimal): -5432554 or 1448877. OLE color: 1448877.

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

Color convert

RGB 173 27 22 -
CMYK 0 0.84 0.87 0.32
HSL 1.99º 0.77% 0.38% -
HSV(B) 1.99º 0.87% 0.68% -
XYZ 17.77 9.73 1.7 -
YUV 70.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 173 27 22 0 0.84 0.87 0.32 1.99 0.77 0.38
Hex AD 1B 16 0 54 57 20 2 4D 26
Octal 255 33 26 0 124 127 40 2 115 46
Binary 10101101 11011 10110 0 1010100 1010111 100000 10 1001101 100110

Color Harmonies of #AD1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B16

Black with #AD1B16

Text Example


Text Example

White with #AD1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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