#A7230F

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

Shades of Fire Brick #A7230F

Tints of Fire Brick #A7230F

Color information

#A7230F (or 0xA7230F) is unknown color: approx Fire Brick. HEX triplet: A7, 23 and 0F. RGB value is (167,35,15). Sum of RGB (Red+Green+Blue) = 167+35+15=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A7230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7230F is #58DCF0. Grayscale: #484848. Windows color (decimal): -5823729 or 992167. OLE color: 992167.

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

Color convert

RGB1673515-
CMYK00.790.910.35
HSL7.89º83.52%35.69%-
HSV(B)7.89º91.02%65.49%-
XYZ16.629.451.4-
YUV72.1995.73195.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.96%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=76.96%
G=16.13%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167351500.790.910.357.8983.5235.69
HexA723F04F5B2385424
Octal24743170117133431012444
Binary10100111100011111101001111101101110001110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7230F; }

 p { color: rgb(167,35,15); }

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

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

 a { background-color: rgb(167,35,15); }

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

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

 span { border-color: rgb(167,35,15); }

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