#AF1D0B

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

Shades of Fire Brick #AF1D0B

Tints of Fire Brick #AF1D0B

Color information

#AF1D0B (or 0xAF1D0B) is unknown color: approx Fire Brick. HEX triplet: AF, 1D and 0B. RGB value is (175,29,11). Sum of RGB (Red+Green+Blue) = 175+29+11=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D0B is #50E2F4. Grayscale: #464646. Windows color (decimal): -5300981 or 728495. OLE color: 728495.

HSL color Cylindrical-coordinate representation of color #AF1D0B: hue angle of 6.59º degrees, saturation: 0.88, 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 #AF1D0B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1752911-
CMYK00.830.940.31
HSL6.59º88.17%36.47%-
HSV(B)6.59º93.71%68.63%-
XYZ18.1810.021.29-
YUV70.694.37202.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.40%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=81.40%
G=13.49%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175291100.830.940.316.5988.1736.47
HexAF1DB0535E1F75824
Octal2573513012313637713044
Binary10101111111011011010100111011110111111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1D0B; }

 p { color: rgb(175,29,11); }

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

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

 a { background-color: rgb(175,29,11); }

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

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

 span { border-color: rgb(175,29,11); }

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