#A51709

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

Shades of Fire Brick #A51709

Tints of Fire Brick #A51709

Color information

#A51709 (or 0xA51709) is unknown color: approx Fire Brick. HEX triplet: A5, 17 and 09. RGB value is (165,23,9). Sum of RGB (Red+Green+Blue) = 165+23+9=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A51709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51709 is #5AE8F6. Grayscale: #404040. Windows color (decimal): -5957879 or 595877. OLE color: 595877.

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

Color convert

RGB165239-
CMYK00.860.950.35
HSL5.38º89.66%34.12%-
HSV(B)5.38º94.55%64.71%-
XYZ15.878.631.09-
YUV63.8697.04200.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 83.76%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 9 (3.91% from 255) = 4.57%
R=83.76%
G=11.68%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16523900.860.950.355.3889.6634.12
HexA51790565F2355a22
Octal2452711012613743513242
Binary101001011011110010101011010111111000111011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51709; }

 p { color: rgb(165,23,9); }

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

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

 a { background-color: rgb(165,23,9); }

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

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

 span { border-color: rgb(165,23,9); }

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