Html Css Color HEX #AD2319 Fire Brick

📋 copy color: '#AD2319'

red 173 ◦ green 35 ◦ blue 25

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

Shades of Fire Brick #AD2319

Tints of Fire Brick #AD2319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

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

R = 74.25%
G = 15.02%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2319 (or 0xAD2319) is known color: Fire Brick. HEX triplet: AD, 23 and 19. RGB value is (173,35,25). Sum of RGB (Red+Green+Blue) = 173+35+25=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2319 is #52DCE6. Grayscale: #4B4B4B. Windows color (decimal): -5430503 or 1647533. OLE color: 1647533.

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

Color convert

RGB 173 35 25 -
CMYK 0 0.80 0.86 0.32
HSL 4.05º 0.75% 0.39% -
HSV(B) 4.05º 0.86% 0.68% -
XYZ 18.01 10.16 1.93 -
YUV 75.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 173 35 25 0 0.80 0.86 0.32 4.05 0.75 0.39
Hex AD 23 19 0 50 56 20 4 4B 27
Octal 255 43 31 0 120 126 40 4 113 47
Binary 10101101 100011 11001 0 1010000 1010110 100000 100 1001011 100111

Color Harmonies of #AD2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2319

Black with #AD2319

Text Example


Text Example

White with #AD2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2319; }

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

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

background-color css

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

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

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

border-color css

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

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

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