#A3230E

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

Shades of Fire Brick #A3230E

Tints of Fire Brick #A3230E

Color information

#A3230E (or 0xA3230E) is unknown color: approx Fire Brick. HEX triplet: A3, 23 and 0E. RGB value is (163,35,14). Sum of RGB (Red+Green+Blue) = 163+35+14=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3230E is #5CDCF1. Grayscale: #474747. Windows color (decimal): -6085874 or 926627. OLE color: 926627.

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

Color convert

RGB1633514-
CMYK00.790.910.36
HSL8.46º84.18%34.71%-
HSV(B)8.46º91.41%63.92%-
XYZ15.789.021.32-
YUV70.8895.91193.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.89%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=76.89%
G=16.51%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163351400.790.910.368.4684.1834.71
HexA323E04F5B2485423
Octal24343160117133441012443
Binary10100011100011111001001111101101110010010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3230E; }

 p { color: rgb(163,35,14); }

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

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

 a { background-color: rgb(163,35,14); }

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

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

 span { border-color: rgb(163,35,14); }

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