#AF190A

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

Shades of Fire Brick #AF190A

Tints of Fire Brick #AF190A

Color information

#AF190A (or 0xAF190A) is unknown color: approx Fire Brick. HEX triplet: AF, 19 and 0A. RGB value is (175,25,10). Sum of RGB (Red+Green+Blue) = 175+25+10=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF190A is #50E6F5. Grayscale: #444444. Windows color (decimal): -5302006 or 661935. OLE color: 661935.

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

Color convert

RGB1752510-
CMYK00.860.940.31
HSL5.45º89.19%36.27%-
HSV(B)5.45º94.29%68.63%-
XYZ18.089.831.23-
YUV68.1495.2204.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 83.33%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=83.33%
G=11.90%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175251000.860.940.315.4589.1936.27
HexAF19A0565E1F55924
Octal2573112012613637513144
Binary10101111110011010010101101011110111111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF190A; }

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

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

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

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

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

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

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

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