#A32714

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

Shades of Fire Brick #A32714

Tints of Fire Brick #A32714

Color information

#A32714 (or 0xA32714) is unknown color: approx Fire Brick. HEX triplet: A3, 27 and 14. RGB value is (163,39,20). Sum of RGB (Red+Green+Blue) = 163+39+20=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32714 is #5CD8EB. Grayscale: #4A4A4A. Windows color (decimal): -6084844 or 1320867. OLE color: 1320867.

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

Color convert

RGB1633920-
CMYK00.760.880.36
HSL7.97º78.14%35.88%-
HSV(B)7.97º87.73%63.92%-
XYZ15.969.291.61-
YUV73.9197.58191.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 73.42%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=73.42%
G=17.57%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163392000.760.880.367.9778.1435.88
HexA3271404C582484e24
Octal24347240114130441011644
Binary101000111001111010001001100101100010010010001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32714; }

 p { color: rgb(163,39,20); }

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

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

 a { background-color: rgb(163,39,20); }

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

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

 span { border-color: rgb(163,39,20); }

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