#AB260A

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

Shades of Fire Brick #AB260A

Tints of Fire Brick #AB260A

Color information

#AB260A (or 0xAB260A) is unknown color: approx Fire Brick. HEX triplet: AB, 26 and 0A. RGB value is (171,38,10). Sum of RGB (Red+Green+Blue) = 171+38+10=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB260A is #54D9F5. Grayscale: #4A4A4A. Windows color (decimal): -5560822 or 665259. OLE color: 665259.

HSL color Cylindrical-coordinate representation of color #AB260A: hue angle of 10.43º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB260A is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1713810-
CMYK00.780.940.33
HSL10.43º88.95%35.49%-
HSV(B)10.43º94.15%67.06%-
XYZ17.5410.071.31-
YUV74.5891.56196.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.08%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=78.08%
G=17.35%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171381000.780.940.3310.4388.9535.49
HexAB26A04E5E21a5923
Octal25346120116136411213143
Binary10101011100110101001001110101111010000110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB260A; }

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

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

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

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

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

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

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

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