Html Css Color HEX #AD2725 Fire Brick

📋 copy color: '#AD2725'

red 173 ◦ green 39 ◦ blue 37

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

Shades of Fire Brick #AD2725

Tints of Fire Brick #AD2725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 69.48%
G = 15.66%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2725 (or 0xAD2725) is known color: Fire Brick. HEX triplet: AD, 27 and 25. RGB value is (173,39,37). Sum of RGB (Red+Green+Blue) = 173+39+37=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2725 is #52D8DA. Grayscale: #4E4E4E. Windows color (decimal): -5429467 or 2434989. OLE color: 2434989.

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

Color convert

RGB 173 39 37 -
CMYK 0 0.77 0.79 0.32
HSL 0.88º 0.65% 0.41% -
HSV(B) 0.88º 0.79% 0.68% -
XYZ 18.29 10.47 2.81 -
YUV 78.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 173 39 37 0 0.77 0.79 0.32 0.88 0.65 0.41
Hex AD 27 25 0 4D 4F 20 1 41 29
Octal 255 47 45 0 115 117 40 1 101 51
Binary 10101101 100111 100101 0 1001101 1001111 100000 1 1000001 101001

Color Harmonies of #AD2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2725

Black with #AD2725

Text Example


Text Example

White with #AD2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2725; }

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

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

background-color css

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

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

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

border-color css

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

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

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