#AF2313

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

Shades of Fire Brick #AF2313

Tints of Fire Brick #AF2313

Color information

#AF2313 (or 0xAF2313) is unknown color: approx Fire Brick. HEX triplet: AF, 23 and 13. RGB value is (175,35,19). Sum of RGB (Red+Green+Blue) = 175+35+19=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2313 is #50DCEC. Grayscale: #4B4B4B. Windows color (decimal): -5299437 or 1254319. OLE color: 1254319.

HSL color Cylindrical-coordinate representation of color #AF2313: hue angle of 6.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2313 is Cyan = 0, Magento = 0.8, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1753519-
CMYK00.80.890.31
HSL6.15º80.41%38.04%-
HSV(B)6.15º89.14%68.63%-
XYZ18.410.361.65-
YUV75.0496.38199.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 76.42%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=76.42%
G=15.28%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175351900.80.890.316.1580.4138.04
HexAF2313050591F65026
Octal2574323012013137612046
Binary1010111110001110011010100001011001111111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2313; }

 p { color: rgb(175,35,19); }

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

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

 a { background-color: rgb(175,35,19); }

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

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

 span { border-color: rgb(175,35,19); }

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