Html Css Color HEX #AD2726 Fire Brick

📋 copy color: '#AD2726'

red 173 ◦ green 39 ◦ blue 38

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

Shades of Fire Brick #AD2726

Tints of Fire Brick #AD2726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 69.2%
G = 15.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2726 (or 0xAD2726) is known color: Fire Brick. HEX triplet: AD, 27 and 26. RGB value is (173,39,38). Sum of RGB (Red+Green+Blue) = 173+39+38=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2726 is #52D8D9. Grayscale: #4F4F4F. Windows color (decimal): -5429466 or 2500525. OLE color: 2500525.

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

Color convert

RGB 173 39 38 -
CMYK 0 0.77 0.78 0.32
HSL 0.44º 0.64% 0.41% -
HSV(B) 0.44º 0.78% 0.68% -
XYZ 18.31 10.48 2.89 -
YUV 78.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 173 39 38 0 0.77 0.78 0.32 0.44 0.64 0.41
Hex AD 27 26 0 4D 4E 20 0 40 29
Octal 255 47 46 0 115 116 40 0 100 51
Binary 10101101 100111 100110 0 1001101 1001110 100000 0 1000000 101001

Color Harmonies of #AD2726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2726

Black with #AD2726

Text Example


Text Example

White with #AD2726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2726; }

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

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

background-color css

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

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

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

border-color css

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

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

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