#AB250B

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

Shades of Fire Brick #AB250B

Tints of Fire Brick #AB250B

Color information

#AB250B (or 0xAB250B) is unknown color: approx Fire Brick. HEX triplet: AB, 25 and 0B. RGB value is (171,37,11). Sum of RGB (Red+Green+Blue) = 171+37+11=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB250B is #54DAF4. Grayscale: #4A4A4A. Windows color (decimal): -5561077 or 730539. OLE color: 730539.

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

Color convert

RGB1713711-
CMYK00.780.940.33
HSL9.75º87.91%35.69%-
HSV(B)9.75º93.57%67.06%-
XYZ17.5210.011.32-
YUV74.192.39197.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.08%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=78.08%
G=16.89%
B=5.02%

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
Decimal171371100.780.940.339.7587.9135.69
HexAB25B04E5E21a5824
Octal25345130116136411213044
Binary10101011100101101101001110101111010000110101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB250B; }

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

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

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

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

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

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

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

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