#a51b00

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

Shades of Fire Brick #A51B00

Tints of Fire Brick #A51B00

Color information

#A51B00 (or 0xA51B00) is unknown color: approx Fire Brick. HEX triplet: A5, 1B and 00. RGB value is (165,27,0). Sum of RGB (Red+Green+Blue) = 165+27+0=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51B00 is #5AE4FF. Grayscale: #414141. Windows color (decimal): -5956864 or 7077. OLE color: 7077.

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

Color convert

RGB165270-
CMYK00.8410.35
HSL9.82º100%32.35%-
HSV(B)9.82º100%64.71%-
XYZ15.918.780.86-
YUV65.1891.22199.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.94%
GREEN value IS 27 (10.94% from 255) = 14.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.94%
G=14.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16527000.8410.359.8210032.35
HexA51B00546423a6420
Octal2453300124144431214440
Binary1010010111011001010100110010010001110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51b00; }

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

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

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

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

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

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

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

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