#A7231D

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

Shades of Fire Brick #A7231D

Tints of Fire Brick #A7231D

Color information

#A7231D (or 0xA7231D) is unknown color: approx Fire Brick. HEX triplet: A7, 23 and 1D. RGB value is (167,35,29). Sum of RGB (Red+Green+Blue) = 167+35+29=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7231D is #58DCE2. Grayscale: #494949. Windows color (decimal): -5823715 or 1909671. OLE color: 1909671.

HSL color Cylindrical-coordinate representation of color #A7231D: hue angle of 2.61º 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 #A7231D is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1673529-
CMYK00.790.830.35
HSL2.61º70.41%38.43%-
HSV(B)2.61º82.63%65.49%-
XYZ16.769.512.11-
YUV73.78102.73194.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 72.29%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 29 (11.72% from 255) = 12.55%
R=72.29%
G=15.15%
B=12.55%

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
Decimal167352900.790.830.352.6170.4138.43
HexA7231D04F532334626
Octal2474335011712343310646
Binary1010011110001111101010011111010011100011111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7231D; }

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

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

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

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

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

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

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

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