Html Css Color HEX #AD2B16 Fire Brick

📋 copy color: '#AD2B16'

red 173 ◦ green 43 ◦ blue 22

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

Shades of Fire Brick #AD2B16

Tints of Fire Brick #AD2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

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

R = 72.69%
G = 18.07%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD2B16 (or 0xAD2B16) is known color: Fire Brick. HEX triplet: AD, 2B and 16. RGB value is (173,43,22). Sum of RGB (Red+Green+Blue) = 173+43+22=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B16 is #52D4E9. Grayscale: #4F4F4F. Windows color (decimal): -5428458 or 1452973. OLE color: 1452973.

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

Color convert

RGB 173 43 22 -
CMYK 0 0.75 0.87 0.32
HSL 8.34º 0.77% 0.38% -
HSV(B) 8.34º 0.87% 0.68% -
XYZ 18.24 10.67 1.86 -
YUV 79.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 173 43 22 0 0.75 0.87 0.32 8.34 0.77 0.38
Hex AD 2B 16 0 4B 57 20 8 4D 26
Octal 255 53 26 0 113 127 40 10 115 46
Binary 10101101 101011 10110 0 1001011 1010111 100000 1000 1001101 100110

Color Harmonies of #AD2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B16

Black with #AD2B16

Text Example


Text Example

White with #AD2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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