#af2c14

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

Shades of Fire Brick #AF2C14

Tints of Fire Brick #AF2C14

Color information

#AF2C14 (or 0xAF2C14) is unknown color: approx Fire Brick. HEX triplet: AF, 2C and 14. RGB value is (175,44,20). Sum of RGB (Red+Green+Blue) = 175+44+20=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C14 is #50D3EB. Grayscale: #505050. Windows color (decimal): -5297132 or 1322159. OLE color: 1322159.

HSL color Cylindrical-coordinate representation of color #AF2C14: hue angle of 9.29º degrees, saturation: 0.79, 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 #AF2C14 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1754420-
CMYK00.750.890.31
HSL9.29º79.49%38.24%-
HSV(B)9.29º88.57%68.63%-
XYZ18.7110.971.79-
YUV80.4393.9195.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 73.22%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=73.22%
G=18.41%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175442000.750.890.319.2979.4938.24
HexAF2C1404B591F94f26
Octal25754240113131371111746
Binary10101111101100101000100101110110011111110011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2c14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2c14; }

 p { color: rgb(175,44,20); }

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

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

 a { background-color: rgb(175,44,20); }

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

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

 span { border-color: rgb(175,44,20); }

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