#A6230D

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

Shades of Fire Brick #A6230D

Tints of Fire Brick #A6230D

Color information

#A6230D (or 0xA6230D) is unknown color: approx Fire Brick. HEX triplet: A6, 23 and 0D. RGB value is (166,35,13). Sum of RGB (Red+Green+Blue) = 166+35+13=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6230D is #59DCF2. Grayscale: #474747. Windows color (decimal): -5889267 or 861094. OLE color: 861094.

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

Color convert

RGB1663513-
CMYK00.790.920.35
HSL8.63º85.47%35.1%-
HSV(B)8.63º92.17%65.1%-
XYZ16.49.341.32-
YUV71.6694.9195.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 77.57%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 13 (5.47% from 255) = 6.07%
R=77.57%
G=16.36%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166351300.790.920.358.6385.4735.1
HexA623D04F5C2395523
Octal24643150117134431112543
Binary10100110100011110101001111101110010001110011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6230D; }

 p { color: rgb(166,35,13); }

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

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

 a { background-color: rgb(166,35,13); }

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

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

 span { border-color: rgb(166,35,13); }

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