#A3260A

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

Shades of Fire Brick #A3260A

Tints of Fire Brick #A3260A

Color information

#A3260A (or 0xA3260A) is unknown color: approx Fire Brick. HEX triplet: A3, 26 and 0A. RGB value is (163,38,10). Sum of RGB (Red+Green+Blue) = 163+38+10=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3260A is #5CD9F5. Grayscale: #484848. Windows color (decimal): -6085110 or 665251. OLE color: 665251.

HSL color Cylindrical-coordinate representation of color #A3260A: hue angle of 10.98º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3260A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1633810-
CMYK00.770.940.36
HSL10.98º88.44%33.92%-
HSV(B)10.98º93.87%63.92%-
XYZ15.859.191.23-
YUV72.1892.91192.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.25%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=77.25%
G=18.01%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163381000.770.940.3610.9888.4433.92
HexA326A04D5E24b5822
Octal24346120115136441313042
Binary10100011100110101001001101101111010010010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3260A; }

 p { color: rgb(163,38,10); }

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

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

 a { background-color: rgb(163,38,10); }

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

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

 span { border-color: rgb(163,38,10); }

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