#AF3019

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

Shades of Fire Brick #AF3019

Tints of Fire Brick #AF3019

Color information

#AF3019 (or 0xAF3019) is unknown color: approx Fire Brick. HEX triplet: AF, 30 and 19. RGB value is (175,48,25). Sum of RGB (Red+Green+Blue) = 175+48+25=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3019 is #50CFE6. Grayscale: #535353. Windows color (decimal): -5296103 or 1650863. OLE color: 1650863.

HSL color Cylindrical-coordinate representation of color #AF3019: hue angle of 9.2º 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 #AF3019 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1754825-
CMYK00.730.860.31
HSL9.2º75%39.22%-
HSV(B)9.2º85.71%68.63%-
XYZ18.9111.32.1-
YUV83.3595.08193.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.56%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=70.56%
G=19.35%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175482500.730.860.319.27539.22
HexAF3019049561F94b27
Octal25760310111126371111347
Binary10101111110000110010100100110101101111110011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3019; }

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

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

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

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

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

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

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

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