#A51C08

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

Shades of Fire Brick #A51C08

Tints of Fire Brick #A51C08

Color information

#A51C08 (or 0xA51C08) is unknown color: approx Fire Brick. HEX triplet: A5, 1C and 08. RGB value is (165,28,8). Sum of RGB (Red+Green+Blue) = 165+28+8=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C08 is #5AE3F7. Grayscale: #424242. Windows color (decimal): -5956600 or 531621. OLE color: 531621.

HSL color Cylindrical-coordinate representation of color #A51C08: hue angle of 7.64º 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 #A51C08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB165288-
CMYK00.830.950.35
HSL7.64º90.75%33.92%-
HSV(B)7.64º95.15%64.71%-
XYZ15.988.851.1-
YUV66.6894.89198.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 82.09%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=82.09%
G=13.93%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16528800.830.950.357.6490.7533.92
HexA51C80535F2385b22
Octal24534100123137431013342
Binary1010010111100100001010011101111110001110001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51C08; }

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

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

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

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

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

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

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

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