#AF2919

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

Shades of Fire Brick #AF2919

Tints of Fire Brick #AF2919

Color information

#AF2919 (or 0xAF2919) is unknown color: approx Fire Brick. HEX triplet: AF, 29 and 19. RGB value is (175,41,25). Sum of RGB (Red+Green+Blue) = 175+41+25=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2919 is #50D6E6. Grayscale: #4F4F4F. Windows color (decimal): -5297895 or 1649071. OLE color: 1649071.

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

Color convert

RGB1754125-
CMYK00.770.860.31
HSL6.4º75%39.22%-
HSV(B)6.4º85.71%68.63%-
XYZ18.6510.772.02-
YUV79.2497.39196.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=72.61%
G=17.01%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175412500.770.860.316.47539.22
HexAF291904D561F64b27
Octal2575131011512637611347
Binary1010111110100111001010011011010110111111101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2919; }

 p { color: rgb(175,41,25); }

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

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

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

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

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

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

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