Html Css Color HEX #AD321C Fire Brick

📋 copy color: '#AD321C'

red 173 ◦ green 50 ◦ blue 28

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

Shades of Fire Brick #AD321C

Tints of Fire Brick #AD321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 68.92%
G = 19.92%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD321C (or 0xAD321C) is known color: Fire Brick. HEX triplet: AD, 32 and 1C. RGB value is (173,50,28). Sum of RGB (Red+Green+Blue) = 173+50+28=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD321C is #52CDE3. Grayscale: #545454. Windows color (decimal): -5426660 or 1847981. OLE color: 1847981.

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

Color convert

RGB 173 50 28 -
CMYK 0 0.71 0.84 0.32
HSL 9.1º 0.72% 0.39% -
HSV(B) 9.1º 0.84% 0.68% -
XYZ 18.58 11.25 2.29 -
YUV 84.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 173 50 28 0 0.71 0.84 0.32 9.1 0.72 0.39
Hex AD 32 1C 0 47 54 20 9 48 27
Octal 255 62 34 0 107 124 40 11 110 47
Binary 10101101 110010 11100 0 1000111 1010100 100000 1001 1001000 100111

Color Harmonies of #AD321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD321C

Black with #AD321C

Text Example


Text Example

White with #AD321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD321C; }

 p { color: rgb(173,50,28); }

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

background-color css

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

 a { background-color: rgb(173,50,28); }

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

border-color css

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

 span { border-color: rgb(173,50,28); }

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