#A51308

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

Shades of Fire Brick #A51308

Tints of Fire Brick #A51308

Color information

#A51308 (or 0xA51308) is unknown color: approx Fire Brick. HEX triplet: A5, 13 and 08. RGB value is (165,19,8). Sum of RGB (Red+Green+Blue) = 165+19+8=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A51308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51308 is #5AECF7. Grayscale: #3D3D3D. Windows color (decimal): -5958904 or 529317. OLE color: 529317.

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

Color convert

RGB165198-
CMYK00.880.950.35
HSL4.2º90.75%33.92%-
HSV(B)4.2º95.15%64.71%-
XYZ15.798.481.03-
YUV61.497.87201.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.94%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=85.94%
G=9.90%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16519800.880.950.354.290.7533.92
HexA51380585F2345b22
Octal2452310013013743413342
Binary101001011001110000101100010111111000111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51308; }

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

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

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

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

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

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

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

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