#AF2C25

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

Shades of Fire Brick #AF2C25

Tints of Fire Brick #AF2C25

Color information

#AF2C25 (or 0xAF2C25) is unknown color: approx Fire Brick. HEX triplet: AF, 2C and 25. RGB value is (175,44,37). Sum of RGB (Red+Green+Blue) = 175+44+37=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C25 is #50D3DA. Grayscale: #525252. Windows color (decimal): -5297115 or 2436271. OLE color: 2436271.

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

Color convert

RGB1754437-
CMYK00.750.790.31
HSL3.04º65.09%41.57%-
HSV(B)3.04º78.86%68.63%-
XYZ18.9111.052.89-
YUV82.37102.4194.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.36%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=68.36%
G=17.19%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175443700.750.790.313.0465.0941.57
HexAF2C2504B4F1F3412a
Octal2575445011311737310152
Binary1010111110110010010101001011100111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2C25; }

 p { color: rgb(175,44,37); }

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

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

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

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

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

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

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