#A51B10

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

Shades of Fire Brick #A51B10

Tints of Fire Brick #A51B10

Color information

#A51B10 (or 0xA51B10) is unknown color: approx Fire Brick. HEX triplet: A5, 1B and 10. RGB value is (165,27,16). Sum of RGB (Red+Green+Blue) = 165+27+16=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51B10 is #5AE4EF. Grayscale: #434343. Windows color (decimal): -5956848 or 1055653. OLE color: 1055653.

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

Color convert

RGB1652716-
CMYK00.840.900.35
HSL4.43º82.32%35.49%-
HSV(B)4.43º90.3%64.71%-
XYZ168.821.35-
YUV67.0199.22197.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 79.33%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=79.33%
G=12.98%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165271600.840.900.354.4382.3235.49
HexA51B100545A2345223
Octal2453320012413243412243
Binary1010010111011100000101010010110101000111001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B10; }

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

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

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

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

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

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

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

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