#A4231B

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

Shades of Fire Brick #A4231B

Tints of Fire Brick #A4231B

Color information

#A4231B (or 0xA4231B) is unknown color: approx Fire Brick. HEX triplet: A4, 23 and 1B. RGB value is (164,35,27). Sum of RGB (Red+Green+Blue) = 164+35+27=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4231B is #5BDCE4. Grayscale: #484848. Windows color (decimal): -6020325 or 1778596. OLE color: 1778596.

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

Color convert

RGB1643527-
CMYK00.790.840.36
HSL3.5º71.73%37.45%-
HSV(B)3.5º83.54%64.31%-
XYZ16.119.171.96-
YUV72.66102.24193.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 27 (10.94% from 255) = 11.95%
R=72.57%
G=15.49%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164352700.790.840.363.571.7337.45
HexA4231B04F542444825
Octal2444333011712444411045
Binary10100100100011110110100111110101001001001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4231B; }

 p { color: rgb(164,35,27); }

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

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

 a { background-color: rgb(164,35,27); }

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

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

 span { border-color: rgb(164,35,27); }

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