#AB250A

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

Shades of Fire Brick #AB250A

Tints of Fire Brick #AB250A

Color information

#AB250A (or 0xAB250A) is unknown color: approx Fire Brick. HEX triplet: AB, 25 and 0A. RGB value is (171,37,10). Sum of RGB (Red+Green+Blue) = 171+37+10=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB250A is #54DAF5. Grayscale: #4A4A4A. Windows color (decimal): -5561078 or 665003. OLE color: 665003.

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

Color convert

RGB1713710-
CMYK00.780.940.33
HSL10.06º88.95%35.49%-
HSV(B)10.06º94.15%67.06%-
XYZ17.51101.29-
YUV73.9991.89197.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.44%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=78.44%
G=16.97%
B=4.59%

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
Decimal171371000.780.940.3310.0688.9535.49
HexAB25A04E5E21a5923
Octal25345120116136411213143
Binary10101011100101101001001110101111010000110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB250A; }

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

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

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

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

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

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

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

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