#AF260E

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

Shades of Fire Brick #AF260E

Tints of Fire Brick #AF260E

Color information

#AF260E (or 0xAF260E) is unknown color: approx Fire Brick. HEX triplet: AF, 26 and 0E. RGB value is (175,38,14). Sum of RGB (Red+Green+Blue) = 175+38+14=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF260E is #50D9F1. Grayscale: #4C4C4C. Windows color (decimal): -5298674 or 927407. OLE color: 927407.

HSL color Cylindrical-coordinate representation of color #AF260E: hue angle of 8.94º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF260E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1753814-
CMYK00.780.920.31
HSL8.94º85.19%37.06%-
HSV(B)8.94º92%68.63%-
XYZ18.4510.531.48-
YUV76.2392.89198.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.09%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=77.09%
G=16.74%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175381400.780.920.318.9485.1937.06
HexAF26E04E5C1F95525
Octal25746160116134371112545
Binary1010111110011011100100111010111001111110011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF260E; }

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

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

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

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

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

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

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

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