Html Css Color HEX #AD2722 Fire Brick

📋 copy color: '#AD2722'

red 173 ◦ green 39 ◦ blue 34

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

Shades of Fire Brick #AD2722

Tints of Fire Brick #AD2722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.85%

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 70.33%
G = 15.85%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD2722 (or 0xAD2722) is known color: Fire Brick. HEX triplet: AD, 27 and 22. RGB value is (173,39,34). Sum of RGB (Red+Green+Blue) = 173+39+34=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2722 is #52D8DD. Grayscale: #4E4E4E. Windows color (decimal): -5429470 or 2238381. OLE color: 2238381.

HSL color Cylindrical-coordinate representation of color #AD2722: hue angle of 2.16º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2722 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 34 -
CMYK 0 0.77 0.80 0.32
HSL 2.16º 0.67% 0.41% -
HSV(B) 2.16º 0.8% 0.68% -
XYZ 18.25 10.45 2.57 -
YUV 78.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 173 39 34 0 0.77 0.80 0.32 2.16 0.67 0.41
Hex AD 27 22 0 4D 50 20 2 43 29
Octal 255 47 42 0 115 120 40 2 103 51
Binary 10101101 100111 100010 0 1001101 1010000 100000 10 1000011 101001

Color Harmonies of #AD2722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2722

Black with #AD2722

Text Example


Text Example

White with #AD2722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2722; }

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

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

background-color css

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

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

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

border-color css

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

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

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