#AF2612

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

Shades of Fire Brick #AF2612

Tints of Fire Brick #AF2612

Color information

#AF2612 (or 0xAF2612) is unknown color: approx Fire Brick. HEX triplet: AF, 26 and 12. RGB value is (175,38,18). Sum of RGB (Red+Green+Blue) = 175+38+18=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2612 is #50D9ED. Grayscale: #4C4C4C. Windows color (decimal): -5298670 or 1189551. OLE color: 1189551.

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

Color convert

RGB1753818-
CMYK00.780.900.31
HSL7.64º81.35%37.84%-
HSV(B)7.64º89.71%68.63%-
XYZ18.4810.541.63-
YUV76.6894.89198.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.76%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=75.76%
G=16.45%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175381800.780.900.317.6481.3537.84
HexAF261204E5A1F85126
Octal25746220116132371012146
Binary10101111100110100100100111010110101111110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2612; }

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

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

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

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

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

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

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

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