#af2615

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

Shades of Fire Brick #AF2615

Tints of Fire Brick #AF2615

Color information

#AF2615 (or 0xAF2615) is unknown color: approx Fire Brick. HEX triplet: AF, 26 and 15. RGB value is (175,38,21). Sum of RGB (Red+Green+Blue) = 175+38+21=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2615 is #50D9EA. Grayscale: #4D4D4D. Windows color (decimal): -5298667 or 1386159. OLE color: 1386159.

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

Color convert

RGB1753821-
CMYK00.780.880.31
HSL6.62º78.57%38.43%-
HSV(B)6.62º88%68.63%-
XYZ18.5110.551.77-
YUV77.0396.39197.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.79%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=74.79%
G=16.24%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175382100.780.880.316.6278.5738.43
HexAF261504E581F74f26
Octal2574625011613037711746
Binary1010111110011010101010011101011000111111111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2615; }

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

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

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

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

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

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

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

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