#AB2C1E

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

Shades of Fire Brick #AB2C1E

Tints of Fire Brick #AB2C1E

Color information

#AB2C1E (or 0xAB2C1E) is unknown color: approx Fire Brick. HEX triplet: AB, 2C and 1E. RGB value is (171,44,30). Sum of RGB (Red+Green+Blue) = 171+44+30=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1E is #54D3E1. Grayscale: #505050. Windows color (decimal): -5559266 or 1977515. OLE color: 1977515.

HSL color Cylindrical-coordinate representation of color #AB2C1E: hue angle of 5.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2C1E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1714430-
CMYK00.740.820.33
HSL5.96º70.15%39.41%-
HSV(B)5.96º82.46%67.06%-
XYZ17.9310.552.32-
YUV80.3899.58192.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=69.80%
G=17.96%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171443000.740.820.335.9670.1539.41
HexAB2C1E04A522164627
Octal2535436011212241610647
Binary10101011101100111100100101010100101000011101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2C1E; }

 p { color: rgb(171,44,30); }

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

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

 a { background-color: rgb(171,44,30); }

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

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

 span { border-color: rgb(171,44,30); }

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