#A6231D

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

Shades of Fire Brick #A6231D

Tints of Fire Brick #A6231D

Color information

#A6231D (or 0xA6231D) is unknown color: approx Fire Brick. HEX triplet: A6, 23 and 1D. RGB value is (166,35,29). Sum of RGB (Red+Green+Blue) = 166+35+29=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6231D is #59DCE2. Grayscale: #494949. Windows color (decimal): -5889251 or 1909670. OLE color: 1909670.

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

Color convert

RGB1663529-
CMYK00.790.830.35
HSL2.63º70.26%38.24%-
HSV(B)2.63º82.53%65.1%-
XYZ16.559.42.1-
YUV73.48102.9193.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.17%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 29 (11.72% from 255) = 12.61%
R=72.17%
G=15.22%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166352900.790.830.352.6370.2638.24
HexA6231D04F532334626
Octal2464335011712343310646
Binary1010011010001111101010011111010011100011111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6231D; }

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

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

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

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

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

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

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

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