Html Css Color HEX #AD201A Fire Brick

📋 copy color: '#AD201A'

red 173 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #AD201A

Tints of Fire Brick #AD201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 74.89%
G = 13.85%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD201A (or 0xAD201A) is known color: Fire Brick. HEX triplet: AD, 20 and 1A. RGB value is (173,32,26). Sum of RGB (Red+Green+Blue) = 173+32+26=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD201A is #52DFE5. Grayscale: #494949. Windows color (decimal): -5431270 or 1712301. OLE color: 1712301.

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

Color convert

RGB 173 32 26 -
CMYK 0 0.82 0.85 0.32
HSL 2.45º 0.74% 0.39% -
HSV(B) 2.45º 0.85% 0.68% -
XYZ 17.94 9.99 1.96 -
YUV 73.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 173 32 26 0 0.82 0.85 0.32 2.45 0.74 0.39
Hex AD 20 1A 0 52 55 20 2 4A 27
Octal 255 40 32 0 122 125 40 2 112 47
Binary 10101101 100000 11010 0 1010010 1010101 100000 10 1001010 100111

Color Harmonies of #AD201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD201A

Black with #AD201A

Text Example


Text Example

White with #AD201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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