#A32612

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

Shades of Fire Brick #A32612

Tints of Fire Brick #A32612

Color information

#A32612 (or 0xA32612) is unknown color: approx Fire Brick. HEX triplet: A3, 26 and 12. RGB value is (163,38,18). Sum of RGB (Red+Green+Blue) = 163+38+18=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32612 is #5CD9ED. Grayscale: #494949. Windows color (decimal): -6085102 or 1189539. OLE color: 1189539.

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

Color convert

RGB1633818-
CMYK00.770.890.36
HSL8.28º80.11%35.49%-
HSV(B)8.28º88.96%63.92%-
XYZ15.919.221.51-
YUV73.196.91192.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.43%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=74.43%
G=17.35%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163381800.770.890.368.2880.1135.49
HexA3261204D592485023
Octal24346220115131441012043
Binary101000111001101001001001101101100110010010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32612; }

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

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

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

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

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

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

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

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