Html Css Color HEX #AD221B Fire Brick

📋 copy color: '#AD221B'

red 173 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #AD221B

Tints of Fire Brick #AD221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 73.93%
G = 14.53%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD221B (or 0xAD221B) is known color: Fire Brick. HEX triplet: AD, 22 and 1B. RGB value is (173,34,27). Sum of RGB (Red+Green+Blue) = 173+34+27=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD221B is #52DDE4. Grayscale: #4A4A4A. Windows color (decimal): -5430757 or 1778349. OLE color: 1778349.

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

Color convert

RGB 173 34 27 -
CMYK 0 0.80 0.84 0.32
HSL 2.88º 0.73% 0.39% -
HSV(B) 2.88º 0.84% 0.68% -
XYZ 18 10.11 2.04 -
YUV 74.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 173 34 27 0 0.80 0.84 0.32 2.88 0.73 0.39
Hex AD 22 1B 0 50 54 20 3 49 27
Octal 255 42 33 0 120 124 40 3 111 47
Binary 10101101 100010 11011 0 1010000 1010100 100000 11 1001001 100111

Color Harmonies of #AD221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD221B

Black with #AD221B

Text Example


Text Example

White with #AD221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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