#A51B18

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

Shades of Fire Brick #A51B18

Tints of Fire Brick #A51B18

Color information

#A51B18 (or 0xA51B18) is unknown color: approx Fire Brick. HEX triplet: A5, 1B and 18. RGB value is (165,27,24). Sum of RGB (Red+Green+Blue) = 165+27+24=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51B18 is #5AE4E7. Grayscale: #444444. Windows color (decimal): -5956840 or 1579941. OLE color: 1579941.

HSL color Cylindrical-coordinate representation of color #A51B18: hue angle of 1.28º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51B18 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1652724-
CMYK00.840.850.35
HSL1.28º74.6%37.06%-
HSV(B)1.28º85.45%64.71%-
XYZ16.078.851.73-
YUV67.92103.22197.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.39%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=76.39%
G=12.5%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165272400.840.850.351.2874.637.06
HexA51B18054552314b25
Octal2453330012412543111345
Binary10100101110111100001010100101010110001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B18; }

 p { color: rgb(165,27,24); }

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

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

 a { background-color: rgb(165,27,24); }

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

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

 span { border-color: rgb(165,27,24); }

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