Html Css Color HEX #AD200B Fire Brick

📋 copy color: '#AD200B'

red 173 ◦ green 32 ◦ blue 11

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

Shades of Fire Brick #AD200B

Tints of Fire Brick #AD200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 80.09%
G = 14.81%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD200B (or 0xAD200B) is known color: Fire Brick. HEX triplet: AD, 20 and 0B. RGB value is (173,32,11). Sum of RGB (Red+Green+Blue) = 173+32+11=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD200B is #52DFF4. Grayscale: #474747. Windows color (decimal): -5431285 or 729261. OLE color: 729261.

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

Color convert

RGB 173 32 11 -
CMYK 0 0.82 0.94 0.32
HSL 7.78º 0.88% 0.36% -
HSV(B) 7.78º 0.94% 0.68% -
XYZ 17.81 9.94 1.3 -
YUV 71.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 173 32 11 0 0.82 0.94 0.32 7.78 0.88 0.36
Hex AD 20 B 0 52 5E 20 8 58 24
Octal 255 40 13 0 122 136 40 10 130 44
Binary 10101101 100000 1011 0 1010010 1011110 100000 1000 1011000 100100

Color Harmonies of #AD200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD200B

Black with #AD200B

Text Example


Text Example

White with #AD200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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