#AF2614

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

Shades of Fire Brick #AF2614

Tints of Fire Brick #AF2614

Color information

#AF2614 (or 0xAF2614) is unknown color: approx Fire Brick. HEX triplet: AF, 26 and 14. RGB value is (175,38,20). Sum of RGB (Red+Green+Blue) = 175+38+20=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2614 is #50D9EB. Grayscale: #4D4D4D. Windows color (decimal): -5298668 or 1320623. OLE color: 1320623.

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

Color convert

RGB1753820-
CMYK00.780.890.31
HSL6.97º79.49%38.24%-
HSV(B)6.97º88.57%68.63%-
XYZ18.510.551.72-
YUV76.9195.89197.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.11%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=75.11%
G=16.31%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175382000.780.890.316.9779.4938.24
HexAF261404E591F74f26
Octal2574624011613137711746
Binary1010111110011010100010011101011001111111111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2614; }

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

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

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

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

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

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

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

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