Html Css Color HEX #AD221E Fire Brick

📋 copy color: '#AD221E'

red 173 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #AD221E

Tints of Fire Brick #AD221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 73%
G = 14.35%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD221E (or 0xAD221E) is known color: Fire Brick. HEX triplet: AD, 22 and 1E. RGB value is (173,34,30). Sum of RGB (Red+Green+Blue) = 173+34+30=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD221E is #52DDE1. Grayscale: #4B4B4B. Windows color (decimal): -5430754 or 1974957. OLE color: 1974957.

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

Color convert

RGB 173 34 30 -
CMYK 0 0.80 0.83 0.32
HSL 1.68º 0.7% 0.4% -
HSV(B) 1.68º 0.83% 0.68% -
XYZ 18.04 10.12 2.23 -
YUV 75.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 173 34 30 0 0.80 0.83 0.32 1.68 0.7 0.4
Hex AD 22 1E 0 50 53 20 2 46 28
Octal 255 42 36 0 120 123 40 2 106 50
Binary 10101101 100010 11110 0 1010000 1010011 100000 10 1000110 101000

Color Harmonies of #AD221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD221E

Black with #AD221E

Text Example


Text Example

White with #AD221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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