#AF281E

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

Shades of Fire Brick #AF281E

Tints of Fire Brick #AF281E

Color information

#AF281E (or 0xAF281E) is unknown color: approx Fire Brick. HEX triplet: AF, 28 and 1E. RGB value is (175,40,30). Sum of RGB (Red+Green+Blue) = 175+40+30=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF281E is #50D7E1. Grayscale: #4F4F4F. Windows color (decimal): -5298146 or 1976495. OLE color: 1976495.

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

Color convert

RGB1754030-
CMYK00.770.830.31
HSL4.14º70.73%40.2%-
HSV(B)4.14º82.86%68.63%-
XYZ18.6710.732.31-
YUV79.22100.23196.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 71.43%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=71.43%
G=16.33%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175403000.770.830.314.1470.7340.2
HexAF281E04D531F44728
Octal2575036011512337410750
Binary1010111110100011110010011011010011111111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF281E; }

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

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

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

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

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

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

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

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