Html Css Color HEX #AD201C Fire Brick

📋 copy color: '#AD201C'

red 173 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #AD201C

Tints of Fire Brick #AD201C

RGB

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

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

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

R = 74.25%
G = 13.73%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD201C (or 0xAD201C) is known color: Fire Brick. HEX triplet: AD, 20 and 1C. RGB value is (173,32,28). Sum of RGB (Red+Green+Blue) = 173+32+28=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD201C is #52DFE3. Grayscale: #494949. Windows color (decimal): -5431268 or 1843373. OLE color: 1843373.

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

Color convert

RGB 173 32 28 -
CMYK 0 0.82 0.84 0.32
HSL 1.66º 0.72% 0.39% -
HSV(B) 1.66º 0.84% 0.68% -
XYZ 17.96 10 2.08 -
YUV 73.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 173 32 28 0 0.82 0.84 0.32 1.66 0.72 0.39
Hex AD 20 1C 0 52 54 20 2 48 27
Octal 255 40 34 0 122 124 40 2 110 47
Binary 10101101 100000 11100 0 1010010 1010100 100000 10 1001000 100111

Color Harmonies of #AD201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD201C

Black with #AD201C

Text Example


Text Example

White with #AD201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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