#AB2306

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

Shades of Fire Brick #AB2306

Tints of Fire Brick #AB2306

Color information

#AB2306 (or 0xAB2306) is unknown color: approx Fire Brick. HEX triplet: AB, 23 and 06. RGB value is (171,35,6). Sum of RGB (Red+Green+Blue) = 171+35+6=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2306 is #54DCF9. Grayscale: #484848. Windows color (decimal): -5561594 or 402347. OLE color: 402347.

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

Color convert

RGB171356-
CMYK00.800.960.33
HSL10.55º93.22%34.71%-
HSV(B)10.55º96.49%67.06%-
XYZ17.439.871.16-
YUV72.3690.56198.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 80.66%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=80.66%
G=16.51%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17135600.800.960.3310.5593.2234.71
HexAB2360506021b5d23
Octal2534360120140411313543
Binary1010101110001111001010000110000010000110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2306; }

 p { color: rgb(171,35,6); }

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

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

 a { background-color: rgb(171,35,6); }

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

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

 span { border-color: rgb(171,35,6); }

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