#a51a13

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

Shades of Fire Brick #A51A13

Tints of Fire Brick #A51A13

Color information

#A51A13 (or 0xA51A13) is unknown color: approx Fire Brick. HEX triplet: A5, 1A and 13. RGB value is (165,26,19). Sum of RGB (Red+Green+Blue) = 165+26+19=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A13 is #5AE5EC. Grayscale: #424242. Windows color (decimal): -5957101 or 1252005. OLE color: 1252005.

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

Color convert

RGB1652619-
CMYK00.840.880.35
HSL2.88º79.35%36.08%-
HSV(B)2.88º88.48%64.71%-
XYZ168.791.47-
YUV66.76101.05198.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 78.57%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=78.57%
G=12.38%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165261900.840.880.352.8879.3536.08
HexA51A13054582334f24
Octal2453223012413043311744
Binary101001011101010011010101001011000100011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51a13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51a13; }

 p { color: rgb(165,26,19); }

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

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

 a { background-color: rgb(165,26,19); }

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

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

 span { border-color: rgb(165,26,19); }

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