Html Css Color HEX #AD2004 Fire Brick

📋 copy color: '#AD2004'

red 173 ◦ green 32 ◦ blue 4

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

Shades of Fire Brick #AD2004

Tints of Fire Brick #AD2004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 4 (1.95% from 255) = 1.91%

R = 82.78%
G = 15.31%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2004 (or 0xAD2004) is known color: Fire Brick. HEX triplet: AD, 20 and 04. RGB value is (173,32,4). Sum of RGB (Red+Green+Blue) = 173+32+4=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2004 is #52DFFB. Grayscale: #474747. Windows color (decimal): -5431292 or 270509. OLE color: 270509.

HSL color Cylindrical-coordinate representation of color #AD2004: hue angle of 9.94º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD2004 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 4 -
CMYK 0 0.82 0.98 0.32
HSL 9.94º 0.95% 0.35% -
HSV(B) 9.94º 0.98% 0.68% -
XYZ 17.77 9.93 1.09 -
YUV 70.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 173 32 4 0 0.82 0.98 0.32 9.94 0.95 0.35
Hex AD 20 4 0 52 62 20 A 5F 23
Octal 255 40 4 0 122 142 40 12 137 43
Binary 10101101 100000 100 0 1010010 1100010 100000 1010 1011111 100011

Color Harmonies of #AD2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2004

Black with #AD2004

Text Example


Text Example

White with #AD2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2004; }

 p { color: rgb(173,32,4); }

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

background-color css

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

 a { background-color: rgb(173,32,4); }

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

border-color css

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

 span { border-color: rgb(173,32,4); }

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