#AF2828

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

Shades of Fire Brick #AF2828

Tints of Fire Brick #AF2828

Color information

#AF2828 (or 0xAF2828) is unknown color: approx Fire Brick. HEX triplet: AF, 28 and 28. RGB value is (175,40,40). Sum of RGB (Red+Green+Blue) = 175+40+40=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2828 is #50D7D7. Grayscale: #505050. Windows color (decimal): -5298136 or 2631855. OLE color: 2631855.

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

Color convert

RGB1754040-
CMYK00.770.770.31
HSL62.79%42.16%-
HSV(B)77.14%68.63%-
XYZ18.8210.783.1-
YUV80.36105.23195.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.63%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=68.63%
G=15.69%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175404000.770.770.31062.7942.16
HexAF282804D4D1F03f2a
Octal257505001151153707752
Binary10101111101000101000010011011001101111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2828; }

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

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

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

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

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

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

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

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