#A51C0C

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

Shades of Fire Brick #A51C0C

Tints of Fire Brick #A51C0C

Color information

#A51C0C (or 0xA51C0C) is unknown color: approx Fire Brick. HEX triplet: A5, 1C and 0C. RGB value is (165,28,12). Sum of RGB (Red+Green+Blue) = 165+28+12=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C0C is #5AE3F3. Grayscale: #434343. Windows color (decimal): -5956596 or 793765. OLE color: 793765.

HSL color Cylindrical-coordinate representation of color #A51C0C: hue angle of 6.27º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A51C0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1652812-
CMYK00.830.930.35
HSL6.27º86.44%34.71%-
HSV(B)6.27º92.73%64.71%-
XYZ168.861.21-
YUV67.1496.89197.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 80.49%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=80.49%
G=13.66%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165281200.830.930.356.2786.4434.71
HexA51CC0535D2365623
Octal2453414012313543612643
Binary101001011110011000101001110111011000111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51C0C; }

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

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

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

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

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

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

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

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