Html Css Color HEX #AD2925 Fire Brick

📋 copy color: '#AD2925'

red 173 ◦ green 41 ◦ blue 37

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

Shades of Fire Brick #AD2925

Tints of Fire Brick #AD2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

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

R = 68.92%
G = 16.33%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2925 (or 0xAD2925) is known color: Fire Brick. HEX triplet: AD, 29 and 25. RGB value is (173,41,37). Sum of RGB (Red+Green+Blue) = 173+41+37=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2925 is #52D6DA. Grayscale: #505050. Windows color (decimal): -5428955 or 2435501. OLE color: 2435501.

HSL color Cylindrical-coordinate representation of color #AD2925: hue angle of 1.76º 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 #AD2925 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 37 -
CMYK 0 0.76 0.79 0.32
HSL 1.76º 0.65% 0.41% -
HSV(B) 1.76º 0.79% 0.68% -
XYZ 18.36 10.6 2.83 -
YUV 80.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 173 41 37 0 0.76 0.79 0.32 1.76 0.65 0.41
Hex AD 29 25 0 4C 4F 20 2 41 29
Octal 255 51 45 0 114 117 40 2 101 51
Binary 10101101 101001 100101 0 1001100 1001111 100000 10 1000001 101001

Color Harmonies of #AD2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2925

Black with #AD2925

Text Example


Text Example

White with #AD2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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