Html Css Color HEX #AD2D19 Fire Brick

📋 copy color: '#AD2D19'

red 173 ◦ green 45 ◦ blue 25

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

Shades of Fire Brick #AD2D19

Tints of Fire Brick #AD2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

 BLUE value IS 25 (10.16% from 255) = 10.29%

R = 71.19%
G = 18.52%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2D19 (or 0xAD2D19) is known color: Fire Brick. HEX triplet: AD, 2D and 19. RGB value is (173,45,25). Sum of RGB (Red+Green+Blue) = 173+45+25=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D19 is #52D2E6. Grayscale: #515151. Windows color (decimal): -5427943 or 1650093. OLE color: 1650093.

HSL color Cylindrical-coordinate representation of color #AD2D19: hue angle of 8.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD2D19 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 45 25 -
CMYK 0 0.74 0.86 0.32
HSL 8.11º 0.75% 0.39% -
HSV(B) 8.11º 0.86% 0.68% -
XYZ 18.35 10.83 2.04 -
YUV 80.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 173 45 25 0 0.74 0.86 0.32 8.11 0.75 0.39
Hex AD 2D 19 0 4A 56 20 8 4B 27
Octal 255 55 31 0 112 126 40 10 113 47
Binary 10101101 101101 11001 0 1001010 1010110 100000 1000 1001011 100111

Color Harmonies of #AD2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D19

Black with #AD2D19

Text Example


Text Example

White with #AD2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D19; }

 p { color: rgb(173,45,25); }

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

background-color css

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

 a { background-color: rgb(173,45,25); }

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

border-color css

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

 span { border-color: rgb(173,45,25); }

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