#AF280C

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

Shades of Fire Brick #AF280C

Tints of Fire Brick #AF280C

Color information

#AF280C (or 0xAF280C) is unknown color: approx Fire Brick. HEX triplet: AF, 28 and 0C. RGB value is (175,40,12). Sum of RGB (Red+Green+Blue) = 175+40+12=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF280C is #50D7F3. Grayscale: #4D4D4D. Windows color (decimal): -5298164 or 796847. OLE color: 796847.

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

Color convert

RGB1754012-
CMYK00.770.930.31
HSL10.31º87.17%36.67%-
HSV(B)10.31º93.14%68.63%-
XYZ18.510.661.43-
YUV77.1791.23197.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.09%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=77.09%
G=17.62%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175401200.770.930.3110.3187.1736.67
HexAF28C04D5D1Fa5725
Octal25750140115135371212745
Binary1010111110100011000100110110111011111110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF280C; }

 p { color: rgb(175,40,12); }

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

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

 a { background-color: rgb(175,40,12); }

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

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

 span { border-color: rgb(175,40,12); }

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