#A3250D

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

Shades of Fire Brick #A3250D

Tints of Fire Brick #A3250D

Color information

#A3250D (or 0xA3250D) is unknown color: approx Fire Brick. HEX triplet: A3, 25 and 0D. RGB value is (163,37,13). Sum of RGB (Red+Green+Blue) = 163+37+13=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3250D is #5CDAF2. Grayscale: #484848. Windows color (decimal): -6085363 or 861603. OLE color: 861603.

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

Color convert

RGB1633713-
CMYK00.770.920.36
HSL9.6º85.23%34.51%-
HSV(B)9.6º92.02%63.92%-
XYZ15.849.141.31-
YUV71.9494.74192.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.53%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=76.53%
G=17.37%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163371300.770.920.369.685.2334.51
HexA325D04D5C24a5523
Octal24345150115134441212543
Binary10100011100101110101001101101110010010010101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3250D; }

 p { color: rgb(163,37,13); }

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

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

 a { background-color: rgb(163,37,13); }

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

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

 span { border-color: rgb(163,37,13); }

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