#AD260A

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

Shades of Fire Brick #AD260A

Tints of Fire Brick #AD260A

Color information

#AD260A (or 0xAD260A) is unknown color: approx Fire Brick. HEX triplet: AD, 26 and 0A. RGB value is (173,38,10). Sum of RGB (Red+Green+Blue) = 173+38+10=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD260A is #52D9F5. Grayscale: #4B4B4B. Windows color (decimal): -5429750 or 665261. OLE color: 665261.

HSL color Cylindrical-coordinate representation of color #AD260A: hue angle of 10.31º degrees, saturation: 0.89, 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 #AD260A is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1733810-
CMYK00.780.940.32
HSL10.31º89.07%35.88%-
HSV(B)10.31º94.22%67.84%-
XYZ17.9810.291.33-
YUV75.1791.23197.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.28%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=78.28%
G=17.19%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173381000.780.940.3210.3189.0735.88
HexAD26A04E5E20a5924
Octal25546120116136401213144
Binary10101101100110101001001110101111010000010101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD260A; }

 p { color: rgb(173,38,10); }

 H1.HeaderClassName
 {
   color: #AD260A;
 }
 .AnyTagClassName
 {
   color: #AD260A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,38,10); }

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

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

 span { border-color: rgb(173,38,10); }

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