#ad200b

Color #AD200B Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AD200B

Tints of Fire Brick #AD200B

Color information

#AD200B (or 0xAD200B) is unknown color: approx 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

RGB1733211-
CMYK00.820.940.32
HSL7.78º88.04%36.08%-
HSV(B)7.78º93.64%67.84%-
XYZ17.819.941.3-
YUV71.7693.71200.21-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173321100.820.940.327.7888.0436.08
HexAD20B0525E2085824
Octal25540130122136401013044
Binary10101101100000101101010010101111010000010001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad200b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>