#AB2422

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

Shades of Fire Brick #AB2422

Tints of Fire Brick #AB2422

Color information

#AB2422 (or 0xAB2422) is unknown color: approx Fire Brick. HEX triplet: AB, 24 and 22. RGB value is (171,36,34). Sum of RGB (Red+Green+Blue) = 171+36+34=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2422 is #54DBDD. Grayscale: #4C4C4C. Windows color (decimal): -5561310 or 2237611. OLE color: 2237611.

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

Color convert

RGB1713634-
CMYK00.790.800.33
HSL0.88º66.83%40.2%-
HSV(B)0.88º80.12%67.06%-
XYZ17.7110.042.52-
YUV76.14104.23195.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 34 (13.67% from 255) = 14.11%
R=70.95%
G=14.94%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171363400.790.800.330.8866.8340.2
HexAB242204F502114328
Octal2534442011712041110350
Binary1010101110010010001001001111101000010000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2422; }

 p { color: rgb(171,36,34); }

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

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

 a { background-color: rgb(171,36,34); }

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

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

 span { border-color: rgb(171,36,34); }

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