#A51A03

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

Shades of Fire Brick #A51A03

Tints of Fire Brick #A51A03

Color information

#A51A03 (or 0xA51A03) is unknown color: approx Fire Brick. HEX triplet: A5, 1A and 03. RGB value is (165,26,3). Sum of RGB (Red+Green+Blue) = 165+26+3=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A03 is #5AE5FC. Grayscale: #414141. Windows color (decimal): -5957117 or 203429. OLE color: 203429.

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

Color convert

RGB165263-
CMYK00.840.980.35
HSL8.52º96.43%32.94%-
HSV(B)8.52º98.18%64.71%-
XYZ15.98.740.94-
YUV64.9493.05199.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.05%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=85.05%
G=13.40%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16526300.840.980.358.5296.4332.94
HexA51A3054622396021
Octal2453230124142431114041
Binary10100101110101101010100110001010001110011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A03; }

 p { color: rgb(165,26,3); }

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

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

 a { background-color: rgb(165,26,3); }

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

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

 span { border-color: rgb(165,26,3); }

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